Deploy AI models on Clever Cloud with Ollama. You'll need a Clever Cloud account and Clever Tools.
npm i -g clever-tools
clever logingit clone https://github.com/CleverCloud/ollama-chat-deploy.git
cd ollama-chat-deploy
./project_init.shclever create --type node
clever scale --flavor L
clever env import < .envgit add . && git commit -m "Init application"
clever deploy
clever openLearn more about this project in our dedicated blog post.