Updating memories
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
model:
|
||||
provider: openai-codex
|
||||
base_url: https://chatgpt.com/backend-api/codex
|
||||
default: gpt-5.5
|
||||
provider: custom
|
||||
base_url: http://host.docker.internal:11434/v1
|
||||
api_key: ollama
|
||||
default: qwen2.5-coder:7b
|
||||
context_length: 65536
|
||||
providers: {}
|
||||
fallback_providers: []
|
||||
credential_pool_strategies: {}
|
||||
@@ -97,6 +99,7 @@ auxiliary:
|
||||
model: ''
|
||||
base_url: ''
|
||||
api_key: ''
|
||||
context_length: 65536
|
||||
timeout: 120
|
||||
extra_body: {}
|
||||
session_search:
|
||||
|
||||
Reference in New Issue
Block a user