You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
I'm sorry, I've tried for 2 hours with ChatGPT teaching me how to modify the files, but I think I finally came to a conclusion I can't just modify the files locally and expect it to work, I have to push it to git or something or is there something I'm missing? I am just trying to modify the initial boot up logo to learn how it works, and ChatGPT has taught me how to do the code and it seems correct, but basically I can't see any changes happen when I boot it back up, I probably just know nothing about how these type of projects work and am sorry for wasting people's time with such a silly question...
At this point though, my eyes hurt really bad from staring at a white and black screen for 10+ hours for 2 days and I know this will not stop, so if someone could help me or tell me if I can just apply it locally or has it applied themselves would really appreciate.
Although I did learn today that ChatGPT is really cool, and I did a learn a lot about things I was a little hazy on in terms of how python works, and can't believe how awesome this thing is.
I would really like different color text than the white as I have really sensitive eyes, and if the color could be randomized for diff people as they speak and stay that color it would be preferable, but I can't even get the main screen to change so I'm not the person for this.
Thanks for anyone's time or help!
Here is where I'm at, I've tried to modify the main.py file to include the import colorama and initialize it and to show on the proper line, but I don't know how to make changes as windows doesn't recognize the script for some reason and ChatGPT suggests I change the file name.
This is my first time really working with Python besides Stable Diffusion so I feel really dumb I can't figure this out.
This is what I have modified in main.py but since I can't run the main.py file I can't seem to make these changes save.
import colorama
# Initialize the colorama module
colorama.init()
if __name__ == "__main__":
print(colorama.Fore.RED + "CHATGPT - A command-line interface to OpenAI's ChatGPT (https://chat.openai.com/chat)")
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm sorry, I've tried for 2 hours with ChatGPT teaching me how to modify the files, but I think I finally came to a conclusion I can't just modify the files locally and expect it to work, I have to push it to git or something or is there something I'm missing? I am just trying to modify the initial boot up logo to learn how it works, and ChatGPT has taught me how to do the code and it seems correct, but basically I can't see any changes happen when I boot it back up, I probably just know nothing about how these type of projects work and am sorry for wasting people's time with such a silly question...
At this point though, my eyes hurt really bad from staring at a white and black screen for 10+ hours for 2 days and I know this will not stop, so if someone could help me or tell me if I can just apply it locally or has it applied themselves would really appreciate.
Although I did learn today that ChatGPT is really cool, and I did a learn a lot about things I was a little hazy on in terms of how python works, and can't believe how awesome this thing is.
I would really like different color text than the white as I have really sensitive eyes, and if the color could be randomized for diff people as they speak and stay that color it would be preferable, but I can't even get the main screen to change so I'm not the person for this.
Thanks for anyone's time or help!
Here is where I'm at, I've tried to modify the main.py file to include the import colorama and initialize it and to show on the proper line, but I don't know how to make changes as windows doesn't recognize the script for some reason and ChatGPT suggests I change the file name.
This is my first time really working with Python besides Stable Diffusion so I feel really dumb I can't figure this out.
This is what I have modified in main.py but since I can't run the main.py file I can't seem to make these changes save.
Beta Was this translation helpful? Give feedback.
All reactions