I'm getting a 404 error when trying to query the model.
ValueError: Ollama call failed with status code 404. Details: model '7430' not found, try pulling it first
Works fine if I use "ollama run mistral" but when I run python privateGPT.py I get this error. Tried llama2 and mistral both give the same error message.
Any ideas what I'm doing wrong?