Skip to content

Commit

Permalink
Remove unnecessary whitespace in AI class
Browse files Browse the repository at this point in the history
An unnecessary whitespace was found in the AI class of the core/ai.py file. This commit removes that whitespace to maintain clean and efficient code.
  • Loading branch information
rminchev1 committed Oct 16, 2023
1 parent 0dc5d36 commit 8cea48d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpt_engineer/core/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def __init__(
Count the total number of tokens in a list of messages.
"""


"""
Initialize the AI class.
Expand Down

0 comments on commit 8cea48d

Please sign in to comment.