StreamDeploy-DevRel / streamdeploy-llm-app-scaffold

StreamDeploy offers this free LLM application template leveraging Ollama as the LLM service provider. This llm scaffold leverages Sveltekit for the frontend, Python for the backend, and Ollama as llm service provider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamDeploy LLM App Scaffold

This repo contains a pre-architected, production-ready LLM application that may be easily deployed to cloud thanks tothe independent containers used for the frontend, backend, and LLM service Ollama.

Run the following from the root of the llm-app-scaffold directory:

docker-compose up --build

To use a model from Ollama, run Ollama pull. For example, to use mistral, run the following:

ollama pull mistral

then run the docker compose command

LLM Application Scaffold Screenshot

About

StreamDeploy offers this free LLM application template leveraging Ollama as the LLM service provider. This llm scaffold leverages Sveltekit for the frontend, Python for the backend, and Ollama as llm service provider.


Languages

Language:Svelte 57.9%Language:Python 15.4%Language:Dockerfile 11.5%Language:JavaScript 8.4%Language:HTML 6.7%