chat-ui icon indicating copy to clipboard operation
chat-ui copied to clipboard

Hallucinations when using web search

Open NasonZ opened this issue 2 years ago • 2 comments

I have tried to run a mistral model with the search api but the web results don't seem to be making it to the model.

I'm hosting the model through text-gen-webui and encountering the exact same issue as #571.

I've given it a go with openhermes-2.5-mistral-7b.Q5_K_M.gguf, it seems to use the search tool just fine but fails to incorporate the results into its answer.

Any idea how to fix this issue or at least how I could help with debugging.

NasonZ avatar Nov 27 '23 17:11 NasonZ

If you try llamacpp it will work fine, its something with Text-gen-webui specifically, hopefully devs will find out why.

iChristGit avatar Nov 27 '23 20:11 iChristGit

I had same issue today only using huggingface Chat

model

mistralai/Mixtral-8x7B-Instruct-v0.1

my prompt

What is itsa4(itausa) price right now
image

Sites used on this search is ok but looks like websearch is not extracting correct info from thoses sites.

image

the correct answer should be this (R$10.38):

image

rrfaria avatar Dec 27 '23 21:12 rrfaria