Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model is acting as a text completer instead of actually answering a given question #3

Open
Avatair opened this issue Jun 11, 2023 · 1 comment

Comments

@Avatair
Copy link

Avatair commented Jun 11, 2023

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.

@vra
Copy link
Owner

vra commented Jun 12, 2023

Hi @Avatair ,
Thanks for trying talkGPT4All and reporting this issue and solution. I will check it and fix it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants