Skip to content

Commit 9f23461

Browse files
committed
fix(balatrollm): remove hard-coded usage in the DEFAULT_MODEL_CONFIG
This parameter now needs to be set in the config/ file. That way we can support multiple providers (e.g. Cerebras) `usage` was a Openrouter-specific parameter.
1 parent bce4c92 commit 9f23461

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/balatrollm/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"HTTP-Referer": "https://github.com/coder/balatrollm",
2424
"X-Title": "BalatroLLM",
2525
},
26-
"extra_body": {
27-
"usage": {"include": True},
28-
},
26+
"extra_body": {},
2927
}
3028

3129
################################################################################

0 commit comments

Comments
 (0)