laidybug

Results 2 issues of laidybug

I modified the conversation.py file to fix the accidental removal of the logic for the v0 weights. Using v0 stopped functioning correctly after the introduction of v1.1. Now both versions...

I've been working on a ProgrammaticChatIO class to enable control of FastChat by other programs through standard streams (stdin/stdout/stderr). This was motivated by a desire to use it in JavaScript...