Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions projects/code_genesis/architect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
2 changes: 0 additions & 2 deletions projects/code_genesis/coding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
2 changes: 0 additions & 2 deletions projects/code_genesis/file_design.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
2 changes: 0 additions & 2 deletions projects/code_genesis/file_order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
2 changes: 0 additions & 2 deletions projects/code_genesis/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
2 changes: 0 additions & 2 deletions projects/code_genesis/orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
2 changes: 0 additions & 2 deletions projects/code_genesis/refine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
2 changes: 0 additions & 2 deletions projects/code_genesis/user_story.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generation_config:
max_tokens: 64000
extra_body:
enable_thinking: false
dashscope_extend_params:
provider: b


prompt:
Expand Down
7 changes: 2 additions & 5 deletions projects/singularity_cinema/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@ llm:
service: openai
model: claude-sonnet-4-5-20250929
openai_api_key:
openai_base_url: https://dashscope.aliyuncs.com/compatible-mode/v1
openai_base_url:

mllm:
mllm_service: openai
mllm_model: gemini-3-pro-preview
mllm_openai_api_key:
mllm_openai_base_url: https://dashscope.aliyuncs.com/compatible-mode/v1
mllm_openai_base_url:

generation_config:
temperature: 0.3
top_k: 50
max_tokens: 64000
extra_body:
dashscope_extend_params:
provider: d

prompt:
system: |
Expand Down
Loading