n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.6k stars 261 forks source link

llama3 ollama version errors #277

Open Sjdavis25 opened 2 months ago

Sjdavis25 commented 2 months ago

I've seen online that ollama works when using Gemma2 but nothing mething any ollama version of llama3. I want to create a chatbot that is based off of my local version of llama3 but every time I upload my ollama version of llama3 no matter what the embedded method is I can never recive a proper response. Whenever I try and use the playground chat I receive the message "There was an error processing your request" and whether or not I have data sources uploaded does not seem to affect this issue either.

edwhiskey commented 1 month ago

Did your problem solved? I tried Gemma2 and it doesn't work as well.

Sjdavis25 commented 1 month ago

No, unfortunately I'm still having the same problem, still waiting for some sort of response

n4ze3m commented 1 month ago

Hey, sorry for the late reply. Can you share the logs, if possible?

Sjdavis25 commented 1 month ago

db logs

n4ze3m commented 1 month ago

Are you using admin/api/chat or the playground (UI)

Sjdavis25 commented 1 month ago

I'm using the playground UI

edwhiskey commented 1 month ago

20240807 my problem solved. You should pick the model which is uploaded not the one you named. For me, I unseen all the unuse mode (e.g. from Open AI or Github), so I can get a clear list from Ollama.

Sjdavis25 commented 1 month ago

When I try to pick a model I oly get the ones I named, am I uploading my models wrong? dialoqbaseSC

n4ze3m commented 1 month ago

Hey, delete the current model, then go to Admin > Application, and turn on the fetch Ollama model dynamically

Sjdavis25 commented 1 month ago

Got it to work thank you!!