/openai-api-experiments

This repository contains a simple example of how to use the OpenAI GPT-3.5-turbo model to generate conversational responses using the OpenAI API. The example demonstrates how to securely manage API keys using environment variables and the python-dotenv package.

Primary LanguagePython