Skip to content

Vladimir-125/openai_intro

Repository files navigation

Get started with OpenAI API

API documentation as well as examples can be found https://platform.openai.com/docs/introduction

All the examples are from the original documentation page.

Tutorial Author

Vladimir Egay ([email protected])

Requirements

  1. python=3

Prepare environment

  1. Create new python environment
  2. install requirements
    pip install -r requirements.txt
  3. Create .env file and place OPENAI_API_KEY
    OPENAI_API_KEY=<my-api-key>
    

About

Get started with OpenAI API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published