npc0 commited on
Commit
3d96e5d
·
verified ·
1 Parent(s): ba7d552

Update settings.yaml

Browse files
Files changed (1) hide show
  1. 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:30012/v1"
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