-
Notifications
You must be signed in to change notification settings - Fork 11
added new providers to UI. Need to test ollama #120
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
Conversation
kaushik-himself
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
core/providers/litellm_provider.py
Outdated
| try: | ||
| # Import litellm here to avoid dependency issues | ||
| from litellm import acompletion # Using acompletion instead of completion for async | ||
| from litellm import acompletion, _turn_on_debug # Using acompletion instead of completion for async |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
| {"name": "Azure", "value": "azure", "provider_name": "azure", "azure_api_key": "", "azure_api_base": "", "azure_api_version": "", "default_model": "gpt-4o"}, | ||
| {"name": "vLLM Ollama", "value": "vllm_ollama", "provider_name": "hosted_vllm", "hosted_vllm_api_base": "", "default_model": "llama3.2:3b"} | ||
| {"name": "vLLM Ollama", "value": "vllm_ollama", "provider_name": "hosted_vllm", "hosted_vllm_api_base": "", "default_model": "llama3.2:3b"}, | ||
| {"name": "Ollama", "value": "ollama", "provider_name": "ollama", "ollama_api_base": "http://localhost:11434", "default_model": "llama3.2:1b"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will run these and check
65c3d2f to
dcc4d59
Compare
Description
Screenshots/Results

ollama working

Reference Links
Checklist
This PR includes the following (tick all that apply):