Skip to content
New issue

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

Add OPENAI_BASE_URL to .env #14

Open
vyahhi opened this issue Feb 13, 2025 · 0 comments
Open

Add OPENAI_BASE_URL to .env #14

vyahhi opened this issue Feb 13, 2025 · 0 comments

Comments

@vyahhi
Copy link

vyahhi commented Feb 13, 2025

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 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant