Spaces:
Runtime error
Runtime error
Luong Huu Thanh
commited on
Commit
Β·
6189533
1
Parent(s):
097a92f
Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ py -3.11 -m pip install -r requirements.txt
|
|
69 |
```
|
70 |
|
71 |
## **Environment Variables**
|
72 |
-
Store some API keys in the `.env` file and load it in your code using `load_dotenv`
|
73 |
|
74 |
```
|
75 |
SUPABASE_URL=...
|
@@ -77,6 +77,12 @@ SUPABASE_SERVICE_ROLE_KEY=...
|
|
77 |
SUPABASE_SERVICE_KEY=...
|
78 |
HUGGINGFACEHUB_API_TOKEN=...
|
79 |
GROQ_API_KEY=...
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
```
|
81 |
|
82 |
## **Demo**
|
|
|
69 |
```
|
70 |
|
71 |
## **Environment Variables**
|
72 |
+
Store some API keys an variables in the `.env` file and load it in your code using `load_dotenv`
|
73 |
|
74 |
```
|
75 |
SUPABASE_URL=...
|
|
|
77 |
SUPABASE_SERVICE_KEY=...
|
78 |
HUGGINGFACEHUB_API_TOKEN=...
|
79 |
GROQ_API_KEY=...
|
80 |
+
TAVILY_API_KEY=...
|
81 |
+
LANGSMITH_API_KEY=...
|
82 |
+
|
83 |
+
LANGSMITH_TRACING=true
|
84 |
+
LANGSMITH_PROJECT=ai_agent_course
|
85 |
+
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
|
86 |
```
|
87 |
|
88 |
## **Demo**
|