jun02 commited on
Commit
ff1ba2a
·
verified ·
1 Parent(s): 06ba7ea

Update config.toml

Browse files
Files changed (1) hide show
  1. config.toml +6 -6
config.toml CHANGED
@@ -26,17 +26,17 @@ outputs_dir = "./outputs"
26
 
27
  # ============= 模型配置 for user / Model Config for User =============
28
  [llm]
29
- model = "deepseek-chat"
30
- base_url = ""
31
- api_key = ""
32
  timeout = 30.0 # 单位:秒
33
  temperature = 0.1
34
  max_retries = 2
35
 
36
  [vlm]
37
- model = "qwen3-vl-8b-instruct"
38
- base_url = ""
39
- api_key = ""
40
  timeout = 20.0 # 单位:秒
41
  temperature = 0.1
42
  max_retries = 2
 
26
 
27
  # ============= 模型配置 for user / Model Config for User =============
28
  [llm]
29
+ model = "qwen/qwen3.5-122b-a10b"
30
+ base_url = "https://integrate.api.nvidia.com/v1"
31
+ api_key = "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"
32
  timeout = 30.0 # 单位:秒
33
  temperature = 0.1
34
  max_retries = 2
35
 
36
  [vlm]
37
+ model = "qwen/qwen3.5-122b-a10b"
38
+ base_url = "https://integrate.api.nvidia.com/v1"
39
+ api_key = "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"
40
  timeout = 20.0 # 单位:秒
41
  temperature = 0.1
42
  max_retries = 2