this post was submitted on 16 Mar 2025
7 points (88.9% liked)
LocalLLaMA
2739 readers
57 users here now
Welcome to LocalLLama! This is a community to discuss local large language models such as LLama, Deepseek, Mistral, and Qwen.
Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.
As ambassadors of the self-hosting machine learning community, we strive to support eachother and share our enthusiasm in a positive constructive way.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ollama's Python API works well and there's a lot of examples. However, I've not gotten the Ollama REST API to work, the response doesn't unpack into json for me.
Just design the rest of your system so that it doesn't have to know anything about the implementation (only prompts and responses) and you should be able to easily replace the LLM part later.