Skip to content

Commit

Permalink
Update gpt_engine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
msadeqsirjani committed Jan 31, 2024
1 parent 355adc8 commit b31c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brain_engine/gpt_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def command(self, prompt: str) -> str:

return content.replace("\n", "")
except Exception as err:
return print(err)
print(err)

0 comments on commit b31c80e

Please sign in to comment.