Skip to content

Commit

Permalink
Change debug_mode to debug in chat.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torantulino committed Apr 10, 2023
1 parent 1d97a1b commit c300276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def chat_with_ai(
model = cfg.fast_llm_model # TODO: Change model from hardcode to argument
# Reserve 1000 tokens for the response

if cfg.debug_mode:
if cfg.debug:
print(f"Token limit: {token_limit}")

send_token_limit = token_limit - 1000
Expand Down

0 comments on commit c300276

Please sign in to comment.