- 15 Jul, 2023 6 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
fix multibyte responses
-
Michael Yang authored
windows build
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
- 14 Jul, 2023 8 commits
-
-
Jeffrey Morgan authored
-
hoyyeva authored
-
Michael Yang authored
fix race
-
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 8 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
-