refactor(cli): update OpenAI API key prompt with Bailian URL
- Replace the original OpenAI API key prompt URL with Bailian's API key page - This change directs users to the Bailian console for obtaining API keys
This commit is contained in:
parent
e4a3f2656e
commit
1f65bcfe5d
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export function OpenAIKeyPrompt({
|
||||||
<Text>
|
<Text>
|
||||||
Please enter your OpenAI configuration. You can get an API key from{' '}
|
Please enter your OpenAI configuration. You can get an API key from{' '}
|
||||||
<Text color={Colors.AccentBlue}>
|
<Text color={Colors.AccentBlue}>
|
||||||
https://platform.openai.com/api-keys
|
https://bailian.console.aliyun.com/?tab=model#/api-key
|
||||||
</Text>
|
</Text>
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue