Nutlope / pdftochat

Chat with your PDFs with AI
https://www.pdftochat.com/
MIT License
1.09k stars 234 forks source link

installation with Ollama #11

Open nsk opened 9 months ago

nsk commented 9 months ago

hi

do you think it is possible to install the model under Ollama

Regards

namanbnsl commented 3 months ago

I think this might require a writeup of some part of the code because as far as I understand, the website is directly interacting with the Together API. The Together API is OpenAI compatible and so is Ollama. Maybe you can try to change API calls to the ollama openai endpoint.