openai / openai-quickstart-python

Python example app from the OpenAI API quickstart tutorial
https://platform.openai.com/docs/quickstart?context=python
MIT License
1.69k stars 1.31k forks source link

[SOLVED] No .env.example when git clone #57

Closed glotov4 closed 1 year ago

glotov4 commented 1 year ago

When I git clone repository, There is no .env.example file in the folder. I have to download it manually

System SteamOS (based on ArchLinux, Kernel: Linux 5.13.0-valve36-1-neptune). Steam Deck.

glotov4 commented 1 year ago

The files are cloned, but it doesn't appear in my Jupyter Lab UI.

To fix this, go to Settings -> Advanced Setting Editor (Ctrl+,), search for "Hidden", and click the switch. If it won't help - select JSON editor in the top right corner and set showHiddenFiles = true.

Didn't work for me though. I had to change the .env.example manually