Anonym0us33
Anonym0us33
```The error message "UnicodeDecodeError: 'gbk' codec can't decode byte" occurs when pip is unable to decode a file using the 'gbk' codec. This error can occur when the file contains...
``` \modules\chat.py", line 437, in load_character file_contents = open(filepath, 'r', encoding='utf-8').read() FileNotFoundError: [Errno 2] No such file or directory: 'characters\\instruction-following\\TavernAI-Fisherwoman Minori.json' ``` not sure if this bug is continuing or...
> In progress https://github.com/BillSchumacher/Auto-GPT/tree/vicuna what is the process to use this? it is unclear what command is used to modify the 30 or so files and what file format will...
Could you note the section where the model is called in python? I could link it in to a local model framework instead
cpp is pretty f*'d up so is it possible to just use the koboldcpp.exe file as a server for this? As far as I can tell, there is no reason...
Have you found the part of the code base that makes the POST request to OAI API? It should be in the .js section since it seems to use node
I had to use 3 f'ing gpt4 copilot calls to get this solved plus a bunch of regular perplexity calls. Now I can't use gpt4 for another 4 hours but...
> According to the documentation they say "Tesla GPUs aren't support yet" so maybe it's not exactly a licensing issue after all but from what I read, the Tesla P40s...
it works. but every await request seems to upset it. not sure if this is because it's talking to sillytavern instead of tavern or if it's something else ``` File...