Stevenic / alphawave

AlphaWave is a very opinionated client for interfacing with Large Language Models.
MIT License
100 stars 10 forks source link

Add support for calling an alternate model when giving feedback #2

Open Stevenic opened 1 year ago

Stevenic commented 1 year ago

GPT-4 is way better at correcting its mistakes then the other models. I want to add a hybrid model that lets you use a lower cost model, like GPT-3.5, for the main conversation thread but then switch to using GPT-4 when processing feedback. Conceptually, this is similar to a child asking a parent for help with its homework when it gets stuck on a problem.