x1000 dev

Results 18 comments of 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 ![image](https://github.com/stitionai/devika/assets/154255969/ea34280c-df15-4f5a-b535-0bfb84673cfc) 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 : ![image](https://github.com/stitionai/devika/assets/154255969/b0c23975-8358-4d60-b779-e92fd4384493)