Skip to content

Commit 446d981

Browse files
committed
feat: replace litellm config with models.yaml
1 parent 15d71d9 commit 446d981

2 files changed

Lines changed: 24 additions & 32 deletions

File tree

config/litellm.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

config/models.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
models:
2+
- model: openai/gpt-oss-120b
3+
extra_body:
4+
reasoning:
5+
effort: medium
6+
- model: openai/gpt-oss-20b
7+
extra_body:
8+
reasoning:
9+
effort: medium
10+
- model: qwen/qwen3-235b-a22b-thinking-2507
11+
- model: qwen/qwen3-235b-a22b-2507
12+
- model: google/gemini-2.5-flash
13+
defaults:
14+
seed: 0
15+
parallel_tool_calls: false
16+
tool_choice: auto
17+
extra_headers:
18+
HTTP-Referer: https://github.com/S1M0N38/balatrollm
19+
X-Title: BalatroLLM
20+
extra_body:
21+
provider:
22+
sort: price
23+
usage:
24+
include: true

0 commit comments

Comments
 (0)