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:
zxypro1
2025-07-23 14:10:11 +08:00
committed by pomelo-nwu
parent 0bbc365b2f
commit 33fe5feee1

View File

@@ -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>