feat(app): free model selector (#35707)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
parent
e357c90212
commit
5cc3a51357
5 changed files with 238 additions and 34 deletions
|
|
@ -1,5 +1,16 @@
|
|||
const model_id = "claude-3-7-sonnet"
|
||||
|
||||
export const popularProviders = [
|
||||
"opencode",
|
||||
"opencode-go",
|
||||
"anthropic",
|
||||
"github-copilot",
|
||||
"openai",
|
||||
"google",
|
||||
"openrouter",
|
||||
"vercel",
|
||||
]
|
||||
|
||||
const provider = {
|
||||
id: "anthropic",
|
||||
models: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue