talkGPT4All icon indicating copy to clipboard operation
talkGPT4All copied to clipboard

A voice chatbot based on GPT4All and talkGPT, running on your local pc!

Results 5 talkGPT4All issues
Sort by recently updated
recently updated
newest added

我想卸载它,怎么才能完全删除安装过程中下载的文件呢?

执行 talkgpt4all 出错 Traceback (most recent call last): File "D:\ProgramData\Anaconda3\envs\talkgpt4all\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\ProgramData\Anaconda3\envs\talkgpt4all\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "D:\ProgramData\Anaconda3\envs\talkgpt4all\Scripts\talkgpt4all.exe\__main__.py", line 7,...

Hi, after re install of everything, there's still these errors about Cannot specify extra characters after a string enclosed in quotation marks, Text splitted to sentences and strange characters? Then...

Tested it with recent **ggml-gpt4all-j-v1.3-groovy** model. The workaround is to modify the call to gpt_model.chat_completion(...). Passing arguments default_prompt_footer=True and default_prompt_header=True has fixed it.

运行环境:Mac M1 Pro ``` which python3 /Users/xxx/project/talkGPT4All/talkgpt4all/bin/python3 ``` 运行命令: ``` python3 chat.py --platform mac-m1 [1] 76330 segmentation fault /Users/xxx/project/talkGPT4All/talkgpt4all/bin/python3 chat.py mac-m1 ``` 然后就弹出Python崩了,发送错误报告给Apple 另外,这个项目的依赖中似乎缺了一个:pyttsx3,不安装会报错 ModuleNotFoundError: No module named 'pyttsx3'