guyver30
guyver30
I am trying the development version with ollama support. In ollama I downloaded gemma3:1b and set config.ini under tinytroupe\examples\ollama as follows API_TYPE=ollama BASE_URL=http://localhost:11434/v1 MODEL=gemma3:1b-32k I am running the notebook in...
just an update on this...I first tested that OpenAI API for local ollama is working fine via curl, then I relaunched Simple Chat under ollama folder. I get some errors...
But in the yml file, postgres is pinned to version 17 postgres: image: postgres:${POSTGRES_VERSION:-17} and if I run docker ps I see postgres container healthy with version 17
any updates on this issue?