teamup-org / mern-template

GNU Affero General Public License v3.0
1 stars 1 forks source link

Call the API Open AI #23

Open frm1789 opened 3 weeks ago

frm1789 commented 3 weeks ago

As a developer, I want to call the OpenAI API, so that I can leverage its language processing capabilities in my application.

frm1789 commented 3 weeks ago

Acceptance Criteria

  1. The API key is securely stored and accessed in the application.
  2. The OpenAI library is installed and imported into the project.