Spaces:
Sleeping
Sleeping
Cyril Dupland commited on
Commit ·
539c6ca
1
Parent(s): 2e4e800
Add .env.example file with configuration placeholders for Mistral and Langsmith APIs
Browse files- .env.example +6 -0
.env.example
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MISTRAL_API_KEY=your_mistral_api_key_here
|
| 2 |
+
|
| 3 |
+
LANGSMITH_TRACING=true
|
| 4 |
+
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
|
| 5 |
+
LANGSMITH_API_KEY=your_langsmith_api_key_here
|
| 6 |
+
LANGSMITH_PROJECT=your_project_name
|