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
please add support for Embedding and LLM Model Name for Azure OpenAI in .env
e.g.
AZURE_OPENAI_EMBEDDING_MODEL=text-embedding-extra-large-3 AZURE_OPENAI_LLM_MODLE=o1-preview AZURE_OPENAI_LLM_MODLE_LOW_COST=gpt-4o-mini-2
Currently need to modify the source code in _llm.py for gpt-4o , gpt-4o-mini , text-embedding-3-small with custom names
gpt-4o
gpt-4o-mini
text-embedding-3-small
The text was updated successfully, but these errors were encountered:
No branches or pull requests
please add support for Embedding and LLM Model Name for Azure OpenAI in .env
e.g.
Currently need to modify the source code in _llm.py for
gpt-4o
,gpt-4o-mini
,text-embedding-3-small
with custom namesThe text was updated successfully, but these errors were encountered: