Skip to content

Commit be9fb4c

Browse files
authored
Update README.md
1 parent 62a50ae commit be9fb4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# Developing-a-Dynamic-AI-Chatbot-in-Python
22
Creating an AI chatbot that can take on different personas, keep track of conversation history, and provide coherent responses.
3+
4+
This project involves creating an AI chatbot that can take on different personas, keep track of conversation history, and provide coherent responses.
5+
6+
Key skills we'll practice include:
7+
8+
* Using the **OpenAI API** to interact with a large language model.
9+
* Crafting and managing distinct chatbot **personas with system messages**.
10+
* Monitoring and handling **token usage to stay within a token budget**.
11+
* Maintaining a **conversation history to achieve contextually aware interactions**.
12+
13+
### Creating the Chatbot Framework
14+
The Chatbot Framework is implementated as a **ConversationManager** class in the module `dynamic_ai_chatbot.py`.

0 commit comments

Comments
 (0)