mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
ignore: include usage in local setup
This commit is contained in:
parent
9b37d0e191
commit
b0c38ce56b
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "Local",
|
||||
"options": {
|
||||
"baseURL": "http://127.0.0.1:1234/v1"
|
||||
"baseURL": "http://127.0.0.1:1234/v1",
|
||||
"includeUsage": true
|
||||
},
|
||||
"models": {
|
||||
"qwen/qwen3-coder-30b": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue