Skip to content

Curated list of resources for ChatGPT and GPT-3 from OpenAI

Notifications You must be signed in to change notification settings

liuyl/awesome-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

awesome-chatgpt

Curated list of ChatGPT resources for developers

Table of Content

GPT General Resources

SDK

1P SDK

  • NodeJS: The official NodeJS package
  • Python: The official Python SDK

3P SDK

  • Java: Java libraries for using OpenAI's GPT apis. Supports GPT-3, ChatGPT, and GPT-4.
  • PHP: PHP SDK for accessing the OpenAI GPT-3 and ChatGPT API
  • Golang: Go clients for OpenAI API, including ChatGPT, GPT3, GPT4, DALL.E, Whisper
  • Android: A kotlin ChatGPT API for Android, including UI component

Libraries

  • LangChain: A Python / Typescript library providing memory, agents and chains on top of ChatGPT
  • LlamaIndex: LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data.

Demos

  • AutoGPT: chains together LLM "thoughts", to autonomously achieve whatever goal you set

Open Source Models

  • Facebook LLaMA: 7B, 14B, 33B and 65B parameters LLM trained by Facebook
  • Stanford Alpaca: showcases instruction-following model fine tuned on Facebook LLaMA 7B model
  • Alpaca Lora: another instruction-following model fine tuned on Facebook LLaMA 7B model
  • Databricks Dolly V2: LLM trained by Databricks, commercial use allowed

Others

  • Awesome Prompts: a collection of prompt examples to be used with the ChatGPT model.

About

Curated list of resources for ChatGPT and GPT-3 from OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published