UdaraJay / Pile

Desktop app for digital journaling.
https://udara.io/pile
MIT License
1.9k stars 104 forks source link

Ollama API support #87

Closed UdaraJay closed 4 months ago

UdaraJay commented 4 months ago
Screenshot 2024-05-12 at 10 58 34 PM
UdaraJay commented 4 months ago

This doesn't work as intended at the moment because the OpenAI SDK sends some analytics headers x-stainess-* that the local Ollama API rejects (CORS). Need to fix this at some point with either a built-in thin proxy to get past this or finding a way to configure CORS in Ollama or using the ollamajs lib when ollama is configured.

UdaraJay commented 4 months ago

Hoping this use-case could be supported on the Ollama end as well. https://github.com/ollama/ollama/issues/4388