Spaces:
Sleeping
Sleeping
Update settings.yaml
Browse files- settings.yaml +1 -1
settings.yaml
CHANGED
@@ -3,7 +3,7 @@ llm:
|
|
3 |
type: openai_chat
|
4 |
model_supports_json: true
|
5 |
model: "claude-3-5-sonnet-20240620"
|
6 |
-
api_base: "http://localhost:
|
7 |
# max_tokens: 10000 # Adjusted based on Claude 3 Haiku's typical context window
|
8 |
request_timeout: 30
|
9 |
tokens_per_minute: 100000
|
|
|
3 |
type: openai_chat
|
4 |
model_supports_json: true
|
5 |
model: "claude-3-5-sonnet-20240620"
|
6 |
+
api_base: "http://localhost:8000/v1"
|
7 |
# max_tokens: 10000 # Adjusted based on Claude 3 Haiku's typical context window
|
8 |
request_timeout: 30
|
9 |
tokens_per_minute: 100000
|