update:新增用户API配置提示 优化大纲全新/续写的分批生成
This commit is contained in:
@@ -116,9 +116,9 @@ export default function SettingsPage() {
|
||||
|
||||
const apiProviders = [
|
||||
{ value: 'openai', label: 'OpenAI', defaultUrl: 'https://api.openai.com/v1' },
|
||||
{ value: 'azure', label: 'Azure OpenAI', defaultUrl: 'https://YOUR-RESOURCE.openai.azure.com' },
|
||||
// { value: 'azure', label: 'Azure OpenAI', defaultUrl: 'https://YOUR-RESOURCE.openai.azure.com' },
|
||||
{ value: 'anthropic', label: 'Anthropic', defaultUrl: 'https://api.anthropic.com' },
|
||||
{ value: 'custom', label: '自定义', defaultUrl: '' },
|
||||
// { value: 'custom', label: '自定义', defaultUrl: '' },
|
||||
];
|
||||
|
||||
const handleProviderChange = (value: string) => {
|
||||
|
||||
Reference in New Issue
Block a user