Skip to content

Releases: richardsonlima/synapsense

1.0.0

24 Sep 03:36
be557a8
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

What's Changed

Overview

This is the initial release of the project integrating OpenAI's API with 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 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

Full Changelog: https://github.com/richardsonlima/synapsense/commits/1.0.0