Update .env.example
Browse filesFixed typo in example env
- .env.example +1 -1
.env.example
CHANGED
|
@@ -48,7 +48,7 @@ DEEPSEEK_API_KEY=
|
|
| 48 |
OPENAI_LIKE_API_KEY=
|
| 49 |
|
| 50 |
# Get your Together API Key
|
| 51 |
-
|
| 52 |
|
| 53 |
# Get your Mistral API Key by following these instructions -
|
| 54 |
# https://console.mistral.ai/api-keys/
|
|
|
|
| 48 |
OPENAI_LIKE_API_KEY=
|
| 49 |
|
| 50 |
# Get your Together API Key
|
| 51 |
+
TOGETHER_API_KEY=
|
| 52 |
|
| 53 |
# Get your Mistral API Key by following these instructions -
|
| 54 |
# https://console.mistral.ai/api-keys/
|