AndreRatzenberger / streamlit-ollama-chat

Simple chat with streamlit + ollama

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit with Ollama Integration

image

Overview

This repository contains a simple boilerplate application that integrates Ollama into Streamlit to enable chat functionalities using models provided by Ollama.

The app features a sidebar that allows users to switch between different models provided by Ollama.

Running the Application

To run this application, use the following command:

streamlit run main.py

This will start the Streamlit server locally and open the application in your default web browser.

Requirements

This application requires the following Python packages:

You can install these packages using pip:

pip install ollama==0.1.8 streamlit==1.33.0

About

Simple chat with streamlit + ollama


Languages

Language:Python 100.0%