fixed issue with GPT-3.5 not being used when no access to GPT-4

pull/28/head
AaryaGadekar 2023-03-22 08:52:42 +05:30
rodzic 4e206bad34
commit c01b2a63b4
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -73,7 +73,6 @@ def generate_blender_code(prompt):
stream=True,
max_tokens=1000,
)
return None
try:
collected_events = []