Skip to content

blessinvarkey/JSON-summary-gpt3.5-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

JSON-summary-gpt3.5-assistant

A small project to explore fetching JSON data from an API endpoint and generate summaries using OpenAI's GPT-3.5 Turbo.

Key Features

  • Fetch JSON data from specified API endpoints.
  • Generate summary of JSON content using OpenAI's GPT model.
  • Customizable for different data types and structures.

Getting Started

  1. Clone the repository.
  2. Install dependencies:
pip install openai requests
  1. Set your OpenAI API key in the environment variables.
  2. Run the script and input the API URL when prompted.

Usage

python app.py

Configuration

  • OpenAI API key: Set your API key in a .env file for security.
  • Model and parameters: Adjust model settings in the script as needed.

About

A small project to explore fetching JSON data from an API endpoint and generate summaries using OpenAI's GPT-3.5 Turbo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages