mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-09 07:25:00 -05:00
1.1 KiB
1.1 KiB
🦙💬 ChatGPT Clone using Llama-3
This project demonstrates how to build a ChatGPT clone using the Llama-3 model running locally on your computer. The application is built using Python and Streamlit, providing a user-friendly interface for interacting with the language model. Best of all, it's 100% free and doesn't require an internet connection!
Features
- Runs locally on your computer without the need for an internet connection and completely free to use.
- Utilizes the Llama-3 instruct model for generating responses
- Provides a chat-like interface for seamless interaction
How to get Started?
- Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
- Install the required dependencies:
pip install -r requirements.txt
-
Download and install the LM Studio desktop app. Download the Llama-3 instruct model.
-
Expose the Llama-3 model as an OpenAI API by starting the server in LM Studio. Watch this video walkthrough.
-
Run the Streamlit App
streamlit run chatgpt_clone_llama3.py