File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Developing-a-Dynamic-AI-Chatbot-in-Python
2
2
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 ` .
You can’t perform that action at this time.
0 commit comments