diff --git a/py/__pycache__/ai.cpython-312.pyc b/py/__pycache__/ai.cpython-312.pyc index a1c10a8..ff29eb9 100644 Binary files a/py/__pycache__/ai.cpython-312.pyc and b/py/__pycache__/ai.cpython-312.pyc differ diff --git a/py/ai.py b/py/ai.py index c51f2d2..ae5d692 100644 --- a/py/ai.py +++ b/py/ai.py @@ -9,12 +9,9 @@ class AI: model=model, messages=messages, stream=True, - options={"temperature": 0.5}, + options={"temperature": 0.8}, ) - for i in messages: - print(i) - return_class.ai_response[access_token] = "" for chunk in stream: