This project demonstrates the use of OpenAI's GPT model for translating English text into Spanish. The script leverages the OpenAI API to perform the translation.
- Text Translation: Translate English text into Spanish with ease using OpenAI's
gpt-3.5-turbo
model. - Simple and Modular Code: Easy-to-understand script with customizable inputs and parameters.
- Secure API Key Management: Handles API keys securely using environment variables.