add chat with memory tutorial

This commit is contained in:
zachary62
2025-03-21 15:28:55 -04:00
parent a0a1a4cadd
commit 154e37528b
13 changed files with 555 additions and 309 deletions
+2 -2
View File
@@ -39,6 +39,6 @@ The chat application uses:
## Files
- `main.py`: Implementation of the ChatNode and chat flow
- `utils.py`: Simple wrapper for calling the OpenAI API
- [`main.py`](./main.py): Implementation of the ChatNode and chat flow
- [`utils.py`](./utils.py): Simple wrapper for calling the OpenAI API