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

Backend gets 500 from Ollama that works fine #310

Open
lambdaofgod opened this issue Aug 11, 2024 · 1 comment
Open

Backend gets 500 from Ollama that works fine #310

lambdaofgod opened this issue Aug 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lambdaofgod
Copy link

Describe the bug

I get

perplexica-backend-1   | error: Unhandled Rejection at: [object Promise], reason: Error: Ollama call failed with status code 500: llama runner process no longer running: -1

To Reproduce
Launch Perplexica with OLLAMA = "http://host.docker.internal:11434" in config, launch ollama and configure to use it

Additional context

Perplexica sees ollama, because I can choose it in settings, it also correctly detects the model that is running.

I checked ollama with

curl http://localhost:11434/api/generate -d '{
  "model": "aya",
  "prompt":"Why is the sky blue?"
}'

And it works fine.

@lambdaofgod lambdaofgod added the bug Something isn't working label Aug 11, 2024
@ItzCrazyKns
Copy link
Owner

It seems to work fine for me, maybe checkout ollama/ollama#3774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants