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
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