From 231ed9f8dc1cb4bc29e381027afcde76c7c9bac3 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 8 Jan 2025 01:26:19 -0800 Subject: [PATCH] Update ai.py --- examples/ai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/ai.py b/examples/ai.py index 4a2029b..c465fe6 100644 --- a/examples/ai.py +++ b/examples/ai.py @@ -1,3 +1,5 @@ +# WARNING: This might not work in the future. Do NOT use this in production. + import asyncio import socketio from env import WEBUI_URL, TOKEN