semperai / amica

Amica is an open source interface for interactive communication with 3D characters with voice synthesis and speech recognition.
https://heyamica.com
MIT License
581 stars 92 forks source link

Ollama chat reimplementation #63

Closed andyccliao closed 6 months ago

andyccliao commented 6 months ago

I made a fix to Ollama support by changing the ollamaChat to implement Ollama's new Chat API. Both basic chat and vision were rewritten to use the API.

62

A note: vision functionality works, but it is strange. Amica gets a response from Ollama, but the response is often unrelated to the picture (running bakllava on Ollama v0.1.17). I believe that problem is out of scope for this request.

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
amica ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 3:04am
kasumi-1 commented 6 months ago

Thank you!