Skip to content
/ LLM Public

A versatile and interactive chatbot assistant powered by OpenAI's GPT-3.5, designed to assist users with information retrieval, web scraping, summarization, and natural language conversation.

License

Notifications You must be signed in to change notification settings

nky001/LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM ChatBot

Welcome Hoomans! This LLM chatbot allows you to interact with a virtual assistant powered by OpenAI's GPT-3.5.

Usage

To use the chatbot, follow these steps:

  1. Clone the repository.
  2. Install the required dependencies by running pip install -r requirements.txt.
  3. Set up your API keys in environment variables (OPENAI, SCRAPERAPI, BRAVESEARCH).
  4. Run main.py to start the chatbot in the terminal.

Enjoy your conversation with the chatbot!

Dependencies

  • Python 3.7+
  • openai
  • requests

Configuration

Make sure to set up your API keys in environment variables:

  • OPENAI: Your OpenAI API key.
  • SCRAPERAPI: Your ScraperAPI key.
  • BRAVESEARCH: Your Brave Search API key.

License

This project is licensed under the MIT License.

code by ./nky001 🆒

About

A versatile and interactive chatbot assistant powered by OpenAI's GPT-3.5, designed to assist users with information retrieval, web scraping, summarization, and natural language conversation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages