Merge pull request #461 from voideditor/model-selection

update copy
This commit is contained in:
Andrew Pareles 2025-05-06 07:48:00 -07:00 committed by GitHub
commit 41f6ce8f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ const descriptionOfTab: Record<TabName, string> = {
Free: `Providers with a 100% free tier. Add as many as you'd like!`,
Paid: `Connect directly with any provider (bring your own key).`,
Local: `Add as many local providers as you'd like! Active providers should appear automatically.`,
'Cloud/Other': `Reach out for custom configuration requests.`,
'Cloud/Other': `Add as many providers as you'd like! Reach out for custom configuration requests.`,
};

View file

@ -31,7 +31,7 @@ export const defaultProviderSettings = {
openAICompatible: {
endpoint: '',
apiKey: '',
headersJSON: '',
headersJSON: '{}', // default to {}
},
gemini: {
apiKey: '',