Skip to content

Commit

Permalink
Merge branch 'main' into fix-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
petritavd committed Apr 12, 2024
2 parents 5db0fd0 + 1d56acd commit f6cba0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ollama_proxy_server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _send_response(self, response):
self.wfile.flush()
self.wfile.write(b"0\r\n\r\n")
except BrokenPipeError:
pass
pass

def do_GET(self):
self.log_request()
Expand Down

0 comments on commit f6cba0f

Please sign in to comment.