Skip to content

Commit

Permalink
fix line 328 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wladastic committed Apr 10, 2023
1 parent 66b36e9 commit bb36634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def parse_arguments():
user_input,
full_message_history,
memory,
cfg.fast_token_limit, cfg.debug) # TODO: This hardcodes the model to use GPT3.5. Make this an argument
cfg.fast_token_limit) # TODO: This hardcodes the model to use GPT3.5. Make this an argument

# Print Assistant thoughts
print_assistant_thoughts(assistant_reply)
Expand Down

0 comments on commit bb36634

Please sign in to comment.