From 74f7fe4325e53ee29c6e06129e5f56473cc57730 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 8 Jan 2025 01:25:06 -0800 Subject: [PATCH] Update ai.py --- examples/ai.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ai.py b/examples/ai.py index 323d783..4a2029b 100644 --- a/examples/ai.py +++ b/examples/ai.py @@ -74,6 +74,7 @@ def events(user_id): raise e # Propagate any exceptions that occurred in the coroutine # OpenAI API coroutine + # This uses naive implementation of OpenAI API, that does not utilize the context of the conversation openai_task = openai_chat_completion( [ {"role": "system", "content": "You are a friendly AI."},