Spaces:
Sleeping
Sleeping
Updated CHANGELOG
Browse files- CHANGELOG.md +14 -0
CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
version 0.2.0 [2024-05-14]
|
2 |
|
3 |
## Added
|
|
|
1 |
+
version 0.2.1 [2024-05-16]
|
2 |
+
|
3 |
+
## Added
|
4 |
+
|
5 |
+
- Dockerized the AI Notebook Tutor application for easier deployment and scalability.
|
6 |
+
- Enhanced documentation and comments across various Python modules (`agents.py`, `prompt_templates.py`, `tools.py`, `chainlit_frontend.py`, `states.py`, `graph.py`) for better code readability and maintenance.
|
7 |
+
- Added new Python dependencies (`langchain-openai==0.0.5`) to support the integration with OpenAI's GPT models.
|
8 |
+
|
9 |
+
## Modified
|
10 |
+
|
11 |
+
- Updated the project's README.md to include new sections on usage and acknowledgements, reflecting the shift from Chainlit to AI Notebook Tutor.
|
12 |
+
- Refined the project structure and codebase, including significant updates to the frontend logic in `chainlit_frontend.py` for improved user interaction and feedback.
|
13 |
+
- Modified the Dockerfile to set up a Python environment tailored for the AI Notebook Tutor, ensuring a consistent runtime environment.
|
14 |
+
|
15 |
version 0.2.0 [2024-05-14]
|
16 |
|
17 |
## Added
|