feat(provider): add NVIDIA to popular providers, docs, and attribution headers (#22927)
Co-authored-by: Kit Langton <kit.langton@gmail.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
e4be557928
commit
6e0178655b
2 changed files with 54 additions and 17 deletions
|
|
@ -410,6 +410,16 @@ function custom(dep: CustomDep): Record<string, CustomLoader> {
|
|||
},
|
||||
},
|
||||
}),
|
||||
nvidia: () =>
|
||||
Effect.succeed({
|
||||
autoload: false,
|
||||
options: {
|
||||
headers: {
|
||||
"HTTP-Referer": "https://opencode.ai/",
|
||||
"X-Title": "opencode",
|
||||
},
|
||||
},
|
||||
}),
|
||||
vercel: () =>
|
||||
Effect.succeed({
|
||||
autoload: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue