An open API service indexing awesome lists of open source software.

https://github.com/saimoulibandari/simbagpt

This repository showcases a Streamlit-based application that leverages Langchain and Ollama to interact with a locally hosted large language model (LLM)
https://github.com/saimoulibandari/simbagpt

langchain langchain-python llama llama3-8b llm python3 streamlit

Last synced: 2 months ago
JSON representation

This repository showcases a Streamlit-based application that leverages Langchain and Ollama to interact with a locally hosted large language model (LLM)

Awesome Lists containing this project

README

          

## SimbaGPT

This repository contains the code for a Streamlit application that interacts with a local Llama model using Langchain-Ollama.

**Installation:**

1. Clone the repository: `git clone https://github.com/SaimouliBandari/SimbaGPT.git`
2. Create a virtual environment: `python3 -m venv venv`
3. Activate the virtual environment:
* windown `venv/Scripts/activate`
* mac/linux `source venv/bin/activate`
4. Install dependencies: `pip install -r requirements.txt`

**Running the App:**

1. Run the Streamlit app: `streamlit run app.py`

**Note:**

* Ensure you have a local Llama model installed and the path in the code is correctly configured.
* Adjust the prompt templates and configurations as needed for your specific use case.