release v1.2.6

This commit is contained in:
josc146
2023-06-21 00:46:57 +08:00
parent f998ff239a
commit 25a41e51b3
4 changed files with 7 additions and 6 deletions

View File

@@ -197,8 +197,8 @@ export const Settings: FC = observer(() => {
});
}
}}>
<Option value="">{t('Localhost')!}</Option>
<Option value="https://api.openai.com">OpenAI</Option>
<Option value="">Clear</Option>
</Dropdown>
</div>
} />