Spaces:
Runtime error
Runtime error
Boning c
commited on
Update librechat.yaml
Browse files- librechat.yaml +3 -3
librechat.yaml
CHANGED
|
@@ -24,11 +24,11 @@ endpoints:
|
|
| 24 |
|
| 25 |
# This tells LibreChat to get the API key from a Hugging Face Secret
|
| 26 |
# named SMILYAI_API_KEY. Make sure your secret is named exactly this.
|
| 27 |
-
apiKey: "
|
| 28 |
|
| 29 |
# IMPORTANT: Replace the URL below with the actual Base URL provided by SmilyAI.
|
| 30 |
# This is the most common point of error. It must be correct.
|
| 31 |
-
baseURL: "https://
|
| 32 |
|
| 33 |
# The user-facing label that appears in the model selection dropdown.
|
| 34 |
modelDisplayLabel: "SmilyAI"
|
|
@@ -45,4 +45,4 @@ endpoints:
|
|
| 45 |
# These settings control how conversation titles are generated.
|
| 46 |
titleConvo: true
|
| 47 |
# Use a fast and efficient model from the provider for titling.
|
| 48 |
-
titleModel: "
|
|
|
|
| 24 |
|
| 25 |
# This tells LibreChat to get the API key from a Hugging Face Secret
|
| 26 |
# named SMILYAI_API_KEY. Make sure your secret is named exactly this.
|
| 27 |
+
apiKey: "none"
|
| 28 |
|
| 29 |
# IMPORTANT: Replace the URL below with the actual Base URL provided by SmilyAI.
|
| 30 |
# This is the most common point of error. It must be correct.
|
| 31 |
+
baseURL: "https://smilyai-labs-sam-chat-legacy-models.hf.space"
|
| 32 |
|
| 33 |
# The user-facing label that appears in the model selection dropdown.
|
| 34 |
modelDisplayLabel: "SmilyAI"
|
|
|
|
| 45 |
# These settings control how conversation titles are generated.
|
| 46 |
titleConvo: true
|
| 47 |
# Use a fast and efficient model from the provider for titling.
|
| 48 |
+
titleModel: "sam-reason-S2"
|