mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Add Cerebras integration header with opencode identifier (#5354)
This commit is contained in:
parent
fadeed1fa4
commit
df55ad89ab
1 changed files with 10 additions and 0 deletions
|
|
@ -318,6 +318,16 @@ export namespace Provider {
|
|||
},
|
||||
}
|
||||
},
|
||||
cerebras: async () => {
|
||||
return {
|
||||
autoload: false,
|
||||
options: {
|
||||
headers: {
|
||||
"X-Cerebras-3rd-Party-Integration": "opencode",
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
export const Model = z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue