Compare commits
2 Commits
bb53161b50
...
8eb0344a08
| Author | SHA1 | Date | |
|---|---|---|---|
| 8eb0344a08 | |||
| 59d529b64a |
@@ -29,7 +29,7 @@ URL = "redis://honcho-redis:6379/0"
|
|||||||
[llm]
|
[llm]
|
||||||
DEFAULT_MAX_TOKENS = 4096
|
DEFAULT_MAX_TOKENS = 4096
|
||||||
|
|
||||||
# Embeddings via Ollama (nomic-embed-text recommended on this system)
|
# Embeddings via Ollama
|
||||||
[embedding]
|
[embedding]
|
||||||
VECTOR_DIMENSIONS = 768
|
VECTOR_DIMENSIONS = 768
|
||||||
MAX_INPUT_TOKENS = 8192
|
MAX_INPUT_TOKENS = 8192
|
||||||
@@ -39,7 +39,7 @@ transport = "openai"
|
|||||||
model = "nomic-embed-text"
|
model = "nomic-embed-text"
|
||||||
base_url = "http://ollama:11434/v1"
|
base_url = "http://ollama:11434/v1"
|
||||||
|
|
||||||
# --- Deriver (user representation builder) ---
|
# --- Deriver ---
|
||||||
[deriver]
|
[deriver]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
WORKERS = 1
|
WORKERS = 1
|
||||||
@@ -50,6 +50,7 @@ FLUSH_ENABLED = true
|
|||||||
transport = "openai"
|
transport = "openai"
|
||||||
model = "deepseek-v4-flash"
|
model = "deepseek-v4-flash"
|
||||||
base_url = "https://opencode.ai/zen/go/v1"
|
base_url = "https://opencode.ai/zen/go/v1"
|
||||||
|
api_key_env = "OPENAI_API_KEY"
|
||||||
|
|
||||||
# --- Dialectic ---
|
# --- Dialectic ---
|
||||||
[dialectic]
|
[dialectic]
|
||||||
@@ -63,6 +64,7 @@ MAX_OUTPUT_TOKENS = 512
|
|||||||
transport = "openai"
|
transport = "openai"
|
||||||
model = "deepseek-v4-flash"
|
model = "deepseek-v4-flash"
|
||||||
base_url = "https://opencode.ai/zen/go/v1"
|
base_url = "https://opencode.ai/zen/go/v1"
|
||||||
|
api_key_env = "OPENAI_API_KEY"
|
||||||
|
|
||||||
[dialectic.levels.low]
|
[dialectic.levels.low]
|
||||||
MAX_TOOL_ITERATIONS = 3
|
MAX_TOOL_ITERATIONS = 3
|
||||||
@@ -70,6 +72,7 @@ MAX_TOOL_ITERATIONS = 3
|
|||||||
transport = "openai"
|
transport = "openai"
|
||||||
model = "deepseek-v4-flash"
|
model = "deepseek-v4-flash"
|
||||||
base_url = "https://opencode.ai/zen/go/v1"
|
base_url = "https://opencode.ai/zen/go/v1"
|
||||||
|
api_key_env = "OPENAI_API_KEY"
|
||||||
|
|
||||||
[dialectic.levels.medium]
|
[dialectic.levels.medium]
|
||||||
MAX_TOOL_ITERATIONS = 2
|
MAX_TOOL_ITERATIONS = 2
|
||||||
@@ -77,6 +80,7 @@ MAX_TOOL_ITERATIONS = 2
|
|||||||
transport = "openai"
|
transport = "openai"
|
||||||
model = "deepseek-v4-flash"
|
model = "deepseek-v4-flash"
|
||||||
base_url = "https://opencode.ai/zen/go/v1"
|
base_url = "https://opencode.ai/zen/go/v1"
|
||||||
|
api_key_env = "OPENAI_API_KEY"
|
||||||
|
|
||||||
[dialectic.levels.high]
|
[dialectic.levels.high]
|
||||||
MAX_TOOL_ITERATIONS = 4
|
MAX_TOOL_ITERATIONS = 4
|
||||||
@@ -84,6 +88,7 @@ MAX_TOOL_ITERATIONS = 4
|
|||||||
transport = "openai"
|
transport = "openai"
|
||||||
model = "deepseek-v4-flash"
|
model = "deepseek-v4-flash"
|
||||||
base_url = "https://opencode.ai/zen/go/v1"
|
base_url = "https://opencode.ai/zen/go/v1"
|
||||||
|
api_key_env = "OPENAI_API_KEY"
|
||||||
|
|
||||||
[dialectic.levels.max]
|
[dialectic.levels.max]
|
||||||
MAX_TOOL_ITERATIONS = 10
|
MAX_TOOL_ITERATIONS = 10
|
||||||
@@ -91,6 +96,7 @@ MAX_TOOL_ITERATIONS = 10
|
|||||||
transport = "openai"
|
transport = "openai"
|
||||||
model = "deepseek-v4-flash"
|
model = "deepseek-v4-flash"
|
||||||
base_url = "https://opencode.ai/zen/go/v1"
|
base_url = "https://opencode.ai/zen/go/v1"
|
||||||
|
api_key_env = "OPENAI_API_KEY"
|
||||||
|
|
||||||
# --- Summary ---
|
# --- Summary ---
|
||||||
[summary]
|
[summary]
|
||||||
@@ -102,6 +108,7 @@ MESSAGES_PER_LONG_SUMMARY = 60
|
|||||||
transport = "openai"
|
transport = "openai"
|
||||||
model = "deepseek-v4-flash"
|
model = "deepseek-v4-flash"
|
||||||
base_url = "https://opencode.ai/zen/go/v1"
|
base_url = "https://opencode.ai/zen/go/v1"
|
||||||
|
api_key_env = "OPENAI_API_KEY"
|
||||||
|
|
||||||
# --- Dream ---
|
# --- Dream ---
|
||||||
[dream]
|
[dream]
|
||||||
|
|||||||
Reference in New Issue
Block a user