dylanshine / openai-kit

A community Swift package used to interact with the OpenAI API
https://platform.openai.com/docs/api-reference
MIT License
703 stars 109 forks source link

Details on how to add new environment variables #18

Closed amitait closed 1 year ago

amitait commented 1 year ago

I wanted to make it more clear for new devs who are not usually deal with environment variables and might tend to skip this step if they don't know how to use it.

dylanshine commented 1 year ago

The use of environment variables in the README is meant to be somewhat arbitrary, going to leave it up to devs as to how they would like to implement their variables based on whatever framework they're using.