openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.6k stars 468 forks source link

feat: define default model #224

Closed justinkekeocha closed 9 months ago

justinkekeocha commented 9 months ago

Use the specified default model if specified, instead of defining the model on every request

nunomaduro commented 9 months ago

Maybe is a good idea, but definitely not via environment variables.