minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.48k stars 228 forks source link

Finetuned ChatGPT support #70

Open minimaxir opened 1 year ago

minimaxir commented 1 year ago

Due to my galaxy-brain implementation of checking for GPT-3 support, simpleaichat might work out of the box with a finetuned model. (there will be no finetuning support in simpleaichat itself)

Still need to test it though.