Files
awesome-llm-apps/advanced_tools_frameworks/local_chatgpt_clone/README.md
2024-11-04 20:59:39 -06:00

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?

  1. Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Download and install the LM Studio desktop app. Download the Llama-3 instruct model.

  2. Expose the Llama-3 model as an OpenAI API by starting the server in LM Studio. Watch this video walkthrough.

  3. Run the Streamlit App

streamlit run chatgpt_clone_llama3.py