https://github.com/tizkovatereza/llm-agents
Making my own simple AI chatbot
https://github.com/tizkovatereza/llm-agents
agent ai autonomous chatbot gpt-4 gpt-4-api openai openai-api
Last synced: 2 months ago
JSON representation
Making my own simple AI chatbot
- Host: GitHub
- URL: https://github.com/tizkovatereza/llm-agents
- Owner: tizkovatereza
- Created: 2023-09-23T09:26:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-06T21:05:30.000Z (about 1 year ago)
- Last Synced: 2024-10-11T20:12:44.771Z (8 months ago)
- Topics: agent, ai, autonomous, chatbot, gpt-4, gpt-4-api, openai, openai-api
- Language: Python
- Homepage: https://march-2023-agent.vercel.app
- Size: 11.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat-with-GPT4-in-terminal
Welcome to Mini ChatGPT, your personal AI chatbot! This simple Python program allows you to have interactive conversations with the OpenAI GPT-4 model. It's like having a digital friend who's always ready to chat, albeit not the smartest one around.
## Table of Contents
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Usage](#usage) - TBD
- [Contributing](#contributing) - TBD
- [License](#license) - TBD### Prerequisites 📋
- [Python](https://www.python.org/): Mini ChatGPT is written in Python, so make sure you have it installed on your system.
- [OpenAI API Key](https://beta.openai.com/signup/): To interact with the GPT-3.5 model, you'll need an API key from OpenAI. You can sign up for one [here](https://beta.openai.com/signup/).
- Code Editor: Any code editor or Integrated Development Environment (IDE) will work. Feel free to use your favorite one!
- Good mood o.o- ## Getting Started 🚀
- Fork this repository
- Run it via VSCode or other IDE
- Have fun
- If you have questions, contact [email protected]