- 14 Jul, 2023 5 commits
-
-
Michael Yang authored
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
-
Michael Yang authored
continue conversation
-
Michael Yang authored
fix typo
-
Michael Yang authored
-
Michael Yang authored
feed responses back into the llm
-
- 13 Jul, 2023 10 commits
-
-
Michael Yang authored
Timings
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
fix pull race
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 12 Jul, 2023 8 commits
-
-
Michael Yang authored
fix eof error in generate
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Michael Yang authored
-
Michael Yang authored
error checking new model
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Michael Yang authored
-
- 11 Jul, 2023 17 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Michael Yang authored
offline fixes
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
call llama.cpp directly from go
-
Michael Yang authored
-
Michael Yang authored
-
hoyyeva authored
writing logs to `./ollama/logs`
-
Eva Ho authored
-
Jeffrey Morgan authored
-