ollama/server
Michael Yang 5ade3db040 fix race
block on write which only returns when the channel is closed. this is
contrary to the previous arrangement where the handler may return but
the stream hasn't finished writing. it can lead to the client receiving
unexpected responses (since the request has been handled) or worst case
a nil-pointer dereference as the stream tries to flush a nil writer
2023-07-14 15:10:46 -07:00
..
templates continue conversation 2023-07-13 17:13:00 -07:00
models.go fix pull race 2023-07-12 19:07:23 -07:00
routes.go fix race 2023-07-14 15:10:46 -07:00