update copy

This commit is contained in:
Andrew Pareles 2025-05-06 07:41:58 -07:00
parent 84f95170cb
commit cbc3d4b52f
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: '',