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

fix: do not assume streaming for ollama #640

Merged
merged 1 commit into from
Jan 17, 2025
Merged

fix: do not assume streaming for ollama #640

merged 1 commit into from
Jan 17, 2025

Conversation

yrobla
Copy link
Contributor

@yrobla yrobla commented Jan 17, 2025

Aider is sending a mix of requests that need stream or sync processing and we were hardcoding stream to True. Instead, pick if from the request and also fix the formatting of the json response

Closes: #624

Aider is sending a mix of requests that need stream or sync processing
and we were hardcoding stream to True. Instead, pick if from the request
and also fix the formatting of the json response

Closes: #624
@yrobla yrobla merged commit b7fc192 into main Jan 17, 2025
3 checks passed
@yrobla yrobla deleted the issue-624 branch January 17, 2025 14:03
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

Successfully merging this pull request may close these issues.

aider with ollama fails when generating a commit message
3 participants