Merge pull request #50 from zxypro1/zxypro1/fix-apiKey-url

refactor(cli): update OpenAI API key prompt with Bailian URL
This commit is contained in:
pomelo 2025-09-09 09:35:44 +08:00 committed by GitHub
commit d2c8227c48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ export function OpenAIKeyPrompt({
<Text>
Please enter your OpenAI configuration. You can get an API key from{' '}
<Text color={Colors.AccentBlue}>
https://platform.openai.com/api-keys
https://bailian.console.aliyun.com/?tab=model#/api-key
</Text>
</Text>
</Box>