@hehe6z Congratulations on the launch. The quality is grear! Any plans for a native two-speaker mode with natural transitions back and forth between two speakers?
The @ChatGPTapp model router is a bad idea and adds another layer of unpredictability. We’re now writing text hints in prompts hoping to invoke the right model.
To kick off, @Kaggle is hosting a 3-day exhibition chess tournament with matches between some of the top LLMs - w/commentary from chess legends @MagnusCarlsen, @GMHikaru, @GothamChess. Tune in at 10:30am PT starting tmrw (Aug 5th), should be a lot of fun: https://t.co/PNTk1vLlp2
@mattshumer_@csahil28 It’s great, thanks for sharing. For multi-turn conversations, do you feed prior thinking/reflection blocks into the message history, or only the output blocks?
@karpathy ChatGPT seems to do a single pass string replace, replacing with an empty string, hence your output. But it’s one pass only, so you can get past it with e.g. “<|endof<|endoftext|>text|>” which becomes “<|endoftext|>” after the replace.