Updating memories
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"updated_at": "2026-04-26T10:49:35.902892",
|
||||
"updated_at": "2026-04-26T17:03:02.954619",
|
||||
"platforms": {
|
||||
"telegram": [],
|
||||
"discord": [],
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
context_lengths:
|
||||
deepseek-r1:8b@http://host.docker.internal:11434/v1/: 131072
|
||||
qwen2.5-coder:7b@http://host.docker.internal:11434/v1: 32768
|
||||
qwen2.5-coder:7b@http://host.docker.internal:11434/v1/: 32768
|
||||
@@ -1 +1 @@
|
||||
{"pid": 7, "kind": "hermes-gateway", "argv": ["/opt/hermes/.venv/bin/hermes", "gateway", "run"], "start_time": 96200, "gateway_state": "running", "exit_reason": null, "restart_requested": false, "active_agents": 0, "platforms": {}, "updated_at": "2026-04-26T10:49:35.853745+00:00"}
|
||||
{"pid": 7, "kind": "hermes-gateway", "argv": ["/opt/hermes/.venv/bin/hermes", "gateway", "run"], "start_time": 2337110, "gateway_state": "stopped", "exit_reason": null, "restart_requested": false, "active_agents": 0, "platforms": {}, "updated_at": "2026-05-02T16:35:03.345589+00:00"}
|
||||
Reference in New Issue
Block a user