Spaces:
Sleeping
Sleeping
Create .env.example
Browse files- .env.example +3 -0
.env.example
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
OPEN_AI_TOKEN=<Put_Your_OPEN_AI_TOKEN>
|
2 |
+
QDRANT_API_KEY=<Put_Your_QDRANT_API_KEY>
|
3 |
+
QDRANT_URL=<Put_Your_QDRANT_URL>
|