Skip to content

Halluminate/research

Repository files navigation

Research

Instructions to run the LLM Chatbot via VSCode.

  1. Install VSCode.
  2. Create a new folder in VSCode (you can name it anything).
  3. In the folder, create the files: .env, app.py, requirements.txt (or you can just upload all the files from this repo under the section: "LLM Chatbot VSCode").
    OPTIONAL:
  • If you create the files instead of uploading them, copy paste all the content of each respective file from this repo into the files created on VSCode.
  1. In the ".env" file enter your personal GROQ API key, in place of "your key".
  2. You can create your GROQ API Key through this link:
    https://console.groq.com/keys
  3. Opne "View" in VSCode and open "Terminal", write "streamlit run app.py"
  4. A new tab in your browser will open with the chatbot running, you can select model of the chatbot from the left hand pannel: two models are available: Mixtral and Llama2.
  5. To close the app, press "CTRL+C"(for windows users) in your Terminal of VS Code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages