Doriandarko / o1-engineer

o1-engineer is a command-line tool designed to assist developers in managing and interacting with their projects efficiently. Leveraging the power of OpenAI's API, this tool provides functionalities such as code generation, file editing, and project planning to streamline your development workflow.
2.61k stars 264 forks source link

Read the OpenAI API key from environment variable OPENAI_API_KEY #16

Open csjpeter opened 3 days ago

csjpeter commented 3 days ago

I think it is much better user experience if by default the "standard" environment variable OPENAI_API_KEY is checked for the OpenAI API key.

1jammer1 commented 3 days ago

I strongly agree with this and the code is simple and does not seem to interfere with anything.