Skip to content

Commit

Permalink
fixed issue with GPT-3.5 not being used when no access to GPT-4
Browse files Browse the repository at this point in the history
  • Loading branch information
gd3kr committed Mar 22, 2023
1 parent 4e206ba commit c01b2a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def generate_blender_code(prompt):
stream=True,
max_tokens=1000,
)
return None

try:
collected_events = []
Expand Down

0 comments on commit c01b2a6

Please sign in to comment.