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
|
export const Model = z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue