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

Fix Ollama support/support new Ollama chat API. #62

Closed
andyccliao opened this issue Dec 23, 2023 · 3 comments
Closed

Fix Ollama support/support new Ollama chat API. #62

andyccliao opened this issue Dec 23, 2023 · 3 comments

Comments

@andyccliao
Copy link
Contributor

Ollama is not working correctly with Amica.

Recommend using Chat API.
Ollama has a Chat API as of v0.1.14
Ollama also has support for images via the Chat API as of v0.1.15

@kasumi-1
Copy link
Contributor

Thanks for your work on this!

@andyccliao
Copy link
Contributor Author

andyccliao commented Dec 25, 2023

Strangely, Ollama works with Amica (on a Macbook Pro M1) if I run it using flask and visit the app using Firefox, but the .dmg does not work. I'm getting TypeError: Load failed after every message I try to send. The error appears instantly (as opposed to the usual response, where ollama slows my computer down for a bit). I checked the Ollama server logs, they respond with a 403 error.

It might be an ongoing CORS problem with Ollama. This is the most relevant link I have found so far: ollama/ollama#300
This I have no idea what is the trouble. Might figure out how to use and debug Tauri.

Should I open a new issue for this?

@Vorlent
Copy link

Vorlent commented Mar 4, 2024

I opened an issue for this: #81

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

3 participants