qmeng222 / ChatBot_GPT-3.5-turbo

A chatbot powered by the GPT-3.5-turbo model with configurable personality settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatBot_GPT-3.5-turbo

About:

This playground project enables a chatbot powered by the GPT-3.5-turbo model with configurable personality settings to provide personalized conversations. Explore engaging dialogues with the ability to customize the chatbot's behavior through personality settings.

Setup:

  1. install OpenAI: pip install openai
  2. install the Python package called python-dotenv: pip install python_dotenv
  3. run the ChatBot with a personality setting: python chatbot.py --personality "silly and goofy"

About

A chatbot powered by the GPT-3.5-turbo model with configurable personality settings.


Languages

Language:Python 100.0%