What's Changed
Overview
This is the initial release of the project integrating OpenAI's API with [synapsense](https://github.com/richardsonlima/synapsense).
The project includes the following features:
- **OpenAI Integration**: Utilizes OpenAI's GPT-4 model (or GPT-4o mini if specified) to generate responses based on user input.
- **Context Management**: Uses `ContextManager` and `PromptBuilder` from [synapsense](https://github.com/richardsonlima/synapsense) to manage and construct prompts.
- **Error Handling**: Includes basic error handling for API calls and responses.
Features
- **Context Management**: Define and manage context examples for different scenarios.
- **Prompt Building**: Construct prompts dynamically based on context and user input.
- **API Interaction**: Make requests to OpenAI's GPT models and handle responses.
New Contributors
* richardsonlima made their first contribution in https://github.com/richardsonlima/synapsense/pull/1
**Full Changelog**: https://github.com/richardsonlima/synapsense/commits/1.0.0