CncAnon1 / TavernAITurbo

A version of TavernAI that supports OpenAI's GPT 3.5 Turbo. Based on community improvements
25 stars 18 forks source link

Multichat #1

Closed Losa98 closed 1 year ago

CncAnon1 commented 1 year ago

Hi, it seems that you just replaced all the files with the multichat ones, meaning that OpenAI support won't work. To properly integrate the two you need to actually compare both repositories side-by-side and add relevant multichat changes to my mod. I know I could've done that myself, but honestly I think for now it'll be too much effort with little to no return, because: 1) I really don't think people should continue to build on the TavernAI codebase unless someone finally cleans up all the code (which probably means a complete rewrite). I did clean up a little by at least moving the JS code into a separate main.js file (that's why index.html is much smaller) and removing the onready from the JS code. 2) No one knows if OpenAI is going to change their policies regarding the Turbo model in the future