mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 01:30:51 +08:00
feat: add CherryIN provider option to AddProviderPopup (#10803)
This commit is contained in:
parent
e208d60c10
commit
a8600a5426
@ -253,7 +253,8 @@ const PopupContainer: React.FC<Props> = ({ provider, resolve }) => {
|
|||||||
{ label: 'Gemini', value: 'gemini' },
|
{ label: 'Gemini', value: 'gemini' },
|
||||||
{ label: 'Anthropic', value: 'anthropic' },
|
{ label: 'Anthropic', value: 'anthropic' },
|
||||||
{ label: 'Azure OpenAI', value: 'azure-openai' },
|
{ label: 'Azure OpenAI', value: 'azure-openai' },
|
||||||
{ label: 'New API', value: 'new-api' }
|
{ label: 'New API', value: 'new-api' },
|
||||||
|
{ label: 'CherryIN', value: 'new-api' }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user