eosphoros-ai / DB-GPT

AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
http://docs.dbgpt.cn
MIT License
13.41k stars 1.78k forks source link

[Azure OpenAI Configuration][Proxy LLM] Can you give me the sample example of each code #1688

Closed VijayRameshkumar closed 1 month ago

VijayRameshkumar commented 3 months ago

Search before asking

Description

LLM_MODEL=proxyllm PROXY_API_KEY=893a702dxxxxxxxxxxxxxxxxxxxxxxx675e2 PROXY_API_BASE=https://openai-xxxx-rrrrr-demo.openai.azure.com/ PROXY_API_TYPE=azure PROXY_SERVER_URL=https://openai-xxxx-rrrrr-demo.openai.azure.com/ PROXY_API_VERSION=2023-05-15 PROXYLLM_BACKEND=gpt-35-turbo-16k API_AZURE_DEPLOYMENT=gpt-35-turbo-16k

I just want to make sure, whether these configuration is correct or not? Coz, I've configured PROXY_API_BASE & PROXY_SERVER_URL are both same.

Please give me the proper way of configure the parameters

Documentation Links

http://docs.dbgpt.site/docs/installation/advanced_usage/More_proxyllms

Are you willing to submit PR?

Hec-gitHub commented 3 months ago

Based on the existing implementation, you can refer to Google's Proxy Gemini implementation process to implement Azure Proxy API calls.

github-actions[bot] commented 2 months ago

This issue has been marked as stale, because it has been over 30 days without any activity.

github-actions[bot] commented 1 month ago

This issue bas been closed, because it has been marked as stale and there has been no activity for over 7 days.