Skip to content

vimalsingh78/llm-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

llm-chatbot

This is a simple chatbot built with Llama 3.1 405B.

How to Run the Chatbot

Follow these steps to set up and run the Llama 3.1 405B chatbot:

  1. Clone the GitHub repository:

    git clone https://github.com/buildfastwithai/llm-chatbot.git
    cd llm-chatbot
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Obtain a Fireworks API key:

    • Sign up for an account at Fireworks AI
    • Generate an API key from your account dashboard
  4. Run the Streamlit app:

    streamlit run llama3_chat.py
    
  5. When the app opens in your browser:

    • Enter your Fireworks API key in the sidebar
    • Start chatting with the Llama 3.1 405B model!

Note: Keep your API key confidential and do not share it publicly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%