Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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