This commit is contained in:
josc146
2023-05-22 10:08:38 +08:00
parent c98c32f2f6
commit 035c6ab8de
3 changed files with 3 additions and 3 deletions

View File

@@ -323,7 +323,7 @@ export const Chat: FC = observer(() => {
</div>
</div>
<Text size={100}>
{t('This tools API is compatible with OpenAI API. It can be used with any ChatGPT tool you like. Go to the settings of some ChatGPT tool, replace the \'https://api.openai.com\' part in the API address with \'') + `http://127.0.0.1:${port}` + '\'.'}
{t('This tool\'s API is compatible with OpenAI API. It can be used with any ChatGPT tool you like. Go to the settings of some ChatGPT tool, replace the \'https://api.openai.com\' part in the API address with \'') + `http://127.0.0.1:${port}` + '\'.'}
</Text>
<Divider style={{ flexGrow: 0 }} />
<ChatPanel />