Skip to content

Commit 5a4aa58

Browse files
committed
vlm related fields
1 parent f08b438 commit 5a4aa58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

osa_tool/config/settings/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ no_pull_request = false
66

77
# Language Model API Settings
88
[llm]
9-
# api = "openai"
9+
# api = ""
1010
rate_limit = 10
1111
base_url = "https://openrouter.ai/api/v1"
1212
encoder = "cl100k_base"
@@ -26,8 +26,8 @@ system_prompt = "You are a helpful assistant for analyzing open-source repositor
2626
[llm.for_docstring_gen]
2727
[llm.for_readme_gen]
2828
[llm.for_validation]
29-
model = "qwen/qwen3.6-35b-a3b"
30-
vlm_model = "qwen/qwen3.6-35b-a3b"
29+
model = ""
30+
vlm_model = ""
3131
vlm_base_url = "https://openrouter.ai/api/v1"
3232
# vlm_api_key = "" # falls back to $OPENAI_API_KEY (or $vlm_api_key_env) when unset
3333
[llm.for_general_tasks]

0 commit comments

Comments
 (0)