17 lines
435 B
YAML
17 lines
435 B
YAML
- model_id: copilot-gpt-4.1
|
|
model_name: gpt-4.1
|
|
api_base: "https://api.githubcopilot.com"
|
|
api_key_name: copilot
|
|
supports_tools: true
|
|
|
|
- model_id: copilot-gpt-4o
|
|
model_name: gpt-4o
|
|
api_base: "https://api.githubcopilot.com"
|
|
api_key_name: copilot
|
|
supports_tools: true
|
|
|
|
- model_id: lms-qwen3-coder-30b
|
|
model_name: qwen/qwen3-coder-30b
|
|
api_base: "http://localhost:1234/v1"
|
|
api_key_name: copilot
|
|
supports_tools: true
|