main #26

Merged
Patrick_Pluto merged 2 commits from YasinOnm08/interstellar_ai:main into main 2024-09-20 09:59:01 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 9492c87651 - Show all commits

Binary file not shown.

View file

@ -9,9 +9,12 @@ class AI:
model=model,
messages=messages,
stream=True,
options={"temperature": 0.8},
options={"temperature": 0.5},
)
for i in messages:
print(i)
return_class.ai_response[access_token] = ""
for chunk in stream: