Add Cerebras integration header with opencode identifier (#5354)
parent
fadeed1fa4
commit
df55ad89ab
|
|
@ -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…
Reference in New Issue