x1000 dev
x1000 dev
I mean i dont wanna create a Saas like devika i just wanna use it because i will start to work monday and i really wanna ensure my employability idk...
OS : Windows 10 Python 3.12.2 Node v20.9.0 Bun v1.1.3 search engine : Google Model : gpt 3.5
> Did you go into the settings wheel and hit edit and paste your gpt api and save? Yes i saved the settings  Maybe i should change the openAI...
> ```python > client = OpenAI(api_key=os.getenv("OPENAI_API_KEY")) > response = client.models.list() > > for model in response.data: > if model.id.startswith("gpt-4"): > print(model.id) > ``` > > run this code to check...
i just wanna precise that my version of python is 3.12.2 and not < 3.12 Version's requirements - Python >= 3.10 and < 3.12 - NodeJs >= 18 - bun
I did this : setx OPENAI_API_KEY "" And i runned python test.py but it show nothing : 

exactly the same thing. 