Skip to content
#

ChatGPT API

chatgpt-api logo

ChatGPT API is a RESTful API that provides a simple interface to interact with OpenAI's GPT-3 and GPT-Neo language models. It allows developers to easily integrate these powerful language models into their applications and services without having to worry about the underlying technical details. ChatGPT API offers a range of features including text generation, summarization, and question-answering. It supports multiple programming languages such as Python, Node.js, and Java, and is compatible with popular web frameworks such as Flask and Django. ChatGPT API has the potential to revolutionize the way developers create conversational AI applications and services.

Here are 2,141 public repositories matching this topic...

A project to show howto use SpringAI with OpenAI to chat with the documents in a library. Documents are stored in a normal/vector database. The AI is used to create embeddings from documents that are stored in the vector database. The vector database is used to query for the nearest document. That document is used by the AI to generate the answer.

  • Updated May 19, 2024
  • Java

这是一个AI使用工具,可以使用AI进行文字创作或模拟聊天,支持简单地配置复杂的设定,支持在任何时候修改、停用、启用设定,实现更便捷有效的控制AI生成内容。可以配合API中转服务使用ChatGPT、Claude、ChatGLM、通义千问等大模型

  • Updated May 19, 2024
  • TypeScript

A telegram bot that uses the OpenAI and/or the Anthropic API for an improved user experience, with payment system integrated for you to start making money! Please consider starring the repo if you use it!

  • Updated May 18, 2024
  • Python