Skip to content
#

gpt-api

Here are 19 public repositories matching this topic...

This Python script allows you to interact with a GPT-3.5-turbo model by OpenAI to analyze and summarize articles from URLs. You can ask questions about the article, and the model will answer based on the content. The script uses the newspaper3k library to extract the article content and the OpenAI API to communicate with the GPT-3.5-turbo model.

  • Updated Apr 5, 2023
  • Python
LocalGPT

LocalGPT is a minimalist, multiplatform tool for interacting with OpenAI's GPT models. The application allows you to send text messages to the GPT API and receive responses. It provides a simple graphical user interface (GUI) built with Tkinter, which can be easily customized or extended to suit specific needs.

  • Updated Jul 19, 2024
  • Python

Improve this page

Add a description, image, and links to the gpt-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpt-api topic, visit your repo's landing page and select "manage topics."

Learn more