Open dogarrowtype opened 4 months ago
Thank you very much for this! I'm sorry I haven't worked on this for a while, life has been busy, but I've made some updates that should fix these issues.
self.stream_responses
is not binary type, it's string because I can't bother creating enum and mapping to int or some simpler type so we use lowercase string and comparisons :joy: Not sure why it isn't working...
Please try again with new version and let me know. If not working still, please post logs and/or any info you have, I'll try to fix it!
Hi! Thanks for making this fork of oobabot! When working, it seems to perform much better with openai-compatible endpoints than other forks.
A few issues came up when trying to use openai as the provider. This is my diff. They're essentially typos.
I think the tested config probably uses oobabooga (with token counts), has streaming responses on, and has a stable diffusion endpoint loaded? It breaks without those things (even when definitely disabled in the config). The token counting mechanism does not get disabled when disabled (
try
doesn't work as intended).