Spaces:
Sleeping
Sleeping
added needed envars to run code
Browse files- example.env +3 -0
example.env
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
# hugging have API TOKEN
|
| 2 |
HUGGINGFACEHUB_API_TOKEN=
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
# environmental varaibles needed to use tools
|
| 5 |
SERPAPI_API_KEY=
|
|
|
|
| 1 |
# hugging have API TOKEN
|
| 2 |
HUGGINGFACEHUB_API_TOKEN=
|
| 3 |
|
| 4 |
+
# url to interface with ollama API
|
| 5 |
+
OLLMA_BASE_URL=
|
| 6 |
+
|
| 7 |
# environmental varaibles needed to use tools
|
| 8 |
SERPAPI_API_KEY=
|