We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug description I have read document of Config,[https://docs.deepwisdom.ai/main/zh/guide/get_started/configuration/llm_api_configuration.html]
which said:
If I set these config parameters as same as above, request or url will use default base url:
Bug solved method 1.
May be extract to a abstract function or other way.
Environment information
Screenshots or logs
The text was updated successfully, but these errors were encountered:
I configured base_url such as
base_url: "https://qianfan.baidubce.com/v2"
then it works.
Sorry, something went wrong.
No branches or pull requests
Bug description
I have read document of Config,[https://docs.deepwisdom.ai/main/zh/guide/get_started/configuration/llm_api_configuration.html]
which said:
If I set these config parameters as same as above, request or url will use default base url:
Bug solved method
![Image](https://private-user-images.githubusercontent.com/69889020/408384289-4457335f-40f3-48a9-9f2d-7dd827f9799f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzIzNjMsIm5iZiI6MTczOTMzMjA2MywicGF0aCI6Ii82OTg4OTAyMC80MDgzODQyODktNDQ1NzMzNWYtNDBmMy00OGE5LTlmMmQtN2RkODI3Zjk3OTlmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAzNDc0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMwZTBmNTE3MjdjZGY5ZTY5YTY0Yzk0NWZjYTgzNGQxMjQxNzg1M2VkMzk1MzdkMmVjNDA2YjhiMjI0MDUxMGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lutM--lFm5RnuAeTTL6E7nqL8NTGlR-BJ4SB3noThHE)
1.
May be extract to a abstract function or other way.
Environment information
Screenshots or logs
The text was updated successfully, but these errors were encountered: