mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
ignore: include usage in local setup
This commit is contained in:
@@ -22,7 +22,8 @@
|
|||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"name": "Local",
|
"name": "Local",
|
||||||
"options": {
|
"options": {
|
||||||
"baseURL": "http://127.0.0.1:1234/v1"
|
"baseURL": "http://127.0.0.1:1234/v1",
|
||||||
|
"includeUsage": true
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"qwen/qwen3-coder-30b": {
|
"qwen/qwen3-coder-30b": {
|
||||||
|
|||||||
Reference in New Issue
Block a user