MRoiban / Halp

Halp is a Python-based chatbot that uses OpenAI's GPT-3.5-Turbo model to provide assistance. It features a console interface with a monokai theme and can store message history. Users can interact with the chatbot by inputting prompts, and the chatbot will respond with relevant information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halp - A Chatbot Powered by OpenAI's GPT-3

Halp is a chatbot powered by OpenAI's GPT-3 language model. It can answer a wide range of questions and engage in conversations with users. The chatbot is built using Python and the OpenAI API.

Installation

  • Clone the repository: git clone https://github.com/Mroiban/halp.git
  • Install the required packages: pip install -r requirements.txt
  • Set up your OpenAI API key by following the instructions here.
  • Run the app: python halp.py

Usage

Once the app is running, you can start chatting with the chatbot by typing in your questions or messages. The chatbot will respond with its best guess at an answer or continuation of the conversation.

To exit the app, type "exit" at any time.

Contributing

Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Halp is a Python-based chatbot that uses OpenAI's GPT-3.5-Turbo model to provide assistance. It features a console interface with a monokai theme and can store message history. Users can interact with the chatbot by inputting prompts, and the chatbot will respond with relevant information.


Languages

Language:Python 100.0%