rgbkrk / chatlab

โšก๏ธ๐Ÿงช Fast LLM Tool Calling Experimentation, big and smol
https://chatlab.dev
Other
138 stars 12 forks source link

append messages right after request made #113

Closed rgbkrk closed 11 months ago

rgbkrk commented 11 months ago

๐Ÿ› Messages from the user were placed after the assistant response. This was originally in place to handle when there were 429s or other request failures so that messages wouldn't append if OpenAI wasn't responding well. Turns out this broke the main working case.