Closed Prayag2 closed 1 year ago
This PR does a few things to improve code readability so that's it's easier to develop and contribute to the application.
funcs.py
consts.py
app.py
ask_gpt
type_message
.gitignore
.env
Pls don't forget to add hacktoberfest-accepted label XD
hacktoberfest-accepted
I've fixed the recursion problem.
Great work @Prayag2 👍
Bery noice :smiley_cat: Thank you for merging!!
This PR does a few things to improve code readability so that's it's easier to develop and contribute to the application.
Changes
funcs.py
,consts.py
, andapp.py
.ask_gpt
andtype_message
to reduce repeated lines of code..gitignore
file to ignore pycache and venv..env
file.