mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
commit
41f6ce8f9b
2 changed files with 2 additions and 2 deletions
|
|
@ -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.`,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export const defaultProviderSettings = {
|
|||
openAICompatible: {
|
||||
endpoint: '',
|
||||
apiKey: '',
|
||||
headersJSON: '',
|
||||
headersJSON: '{}', // default to {}
|
||||
},
|
||||
gemini: {
|
||||
apiKey: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue