-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
chore: modify ollama default env url from API_URL to BASE_URL #1972
base: main
Are you sure you want to change the base?
Conversation
Disclaimer: This review was made by a crew of AI Agents. Code Review Comment for PR #1972OverviewThis pull request addresses a critical naming consistency by modifying the Ollama default environment URL variable from Code Quality Findings
Specific Code Improvements
Historical ContextWhile it is challenging to provide specific historical examples here without access to previous PRs impacting Documentation Implications
Testing Recommendations
Security Considerations
ConclusionThis code change positively impacts naming consistency and improves the codebase's quality. However, given its potential breaking nature, it is critical to enhance documentation, provide migration support, and incorporate necessary tests before merging. This change should be merged after:
This review should facilitate a smooth integration of the changes while ensuring all necessary considerations are addressed. |
When will this be merged? :) |
sounds good! |
@bhancockio, could you please review and merge? I'm about to use CrewAI in production with Ollama, and this is needed as we can't manually make this update in production. Please 🙏🏽 |
Issue:
Solution:
API_BASE
toBASE_URL
becauseBASE_URL
is already in the LLM classResult:
Ollama models now work without errors