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
.env
Many LLM providers have API format similar to OpenAI. For example: LiteLLM, GitHub Marketplace's Azure OpenAI, DeepSeek, etc.
It would be useful to be able to specify OPENAI_BASE_URL, so users can use all these other LLM providers for QuerySight rather than OpenAI.
# OpenAI Configuration OPENAI_API_KEY=your_openai_key OPENAI_BASE_URL= # defaults to None which means default OpenAI base url
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many LLM providers have API format similar to OpenAI. For example: LiteLLM, GitHub Marketplace's Azure OpenAI, DeepSeek, etc.
It would be useful to be able to specify OPENAI_BASE_URL, so users can use all these other LLM providers for QuerySight rather than OpenAI.
The text was updated successfully, but these errors were encountered: