teamup-org / mern-template

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

Send a Text to the OpenAI API #24

Open frm1789 opened 3 months ago

frm1789 commented 3 months ago

As a developer, I want to send a text to the OpenAI API, so that I can receive a generated response based on the text input.

frm1789 commented 3 months ago

Acceptance Criteria

The text input is correctly formatted for the API. The API call function sends the text input and handles the response. The generated response from the API is successfully parsed and processed.