openchat icon indicating copy to clipboard operation
openchat copied to clipboard

OpenChat: Easy to use opensource chatting framework via neural networks

Results 10 openchat issues
Sort by recently updated
recently updated
newest added

Hello, I execute OpenChat(model="blender.medium", device="cpu") code. And I met ImportError `Could not find pretrained model in parlai.zoo.blender.blender_400Mdistill or parlai.zoo.blender.build.` I could be wrong of course, but I guess that Code...

Sorry for taking your time but would you be willing to explain how to get a response and make separate worlds and various other things with ParlAI. I am currently...

(Using Ubuntu on WSL, other models work so I don't believe WSL is the issue. OpenChat will not load on windows.) >>> from openchat import OpenChat >>> OpenChat(model="safety.sensitive", device="cpu") ____...

Recently, Facebook released Blenderbot 2.0, a chatbot that builds on RAG and Blenderbot 1.0. I was wondering if there are any plans to add Blender Bot 2.0 to openchat. Blender...

Using openchat==1.1.12 ```python >>> from openchat import OpenChat ... OpenChat( ... model="blender.medium", ... device="cpu", ... method="top_k", ... top_k=20, ... no_repeat_ngram_size=3, ... length_penalty=0.6, ... ) Traceback (most recent call last): File...

[BLENDER.MEDIUM's PERSONA]: I'm working on strong AI and am almost done! [BLENDER.MEDIUM's PERSONA]: .done [BLENDER.MEDIUM's PERSONA]: Persona setting complete. [USER]: What have you discovered so far? [BLENDER.MEDIUM]: I'm a software...

I wanted to try to implement simple tts but am not sure how to receive the ai's responses to assign to the text value so I'm not able to make...