Skip to content
Francesco Bellini edited this page Mar 7, 2023 · 1 revision

Doc GPT

Implement OpenAI APIs, with ease

Doc GPT is an open-source project that aims to provide clients and libraries to interact with OpenAI Apis.

Libraries

Clients

Node.Js clients to interact with the apis from Typescript/Javascript projects.

Chat: @doc-gpt/chat

Typed client to interact with OpenAI Chat API

Underlay api: POST https://api.openai.com/v1/chat/completions

npm i @doc-gpt/chat
Clone this wiki locally