mirror of
https://github.com/Kamigami55/awesome-chatgpt.git
synced 2024-10-01 11:49:04 -04:00
37 lines
1.5 KiB
Markdown
37 lines
1.5 KiB
Markdown
# Awesome ChatGPT
|
|
|
|
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![English badge](https://img.shields.io/badge/%E8%8B%B1%E6%96%87-English-blue)](./README.md) [![中文版 badge](https://img.shields.io/badge/%E4%B8%AD%E6%96%87-Traditional%20Chinese-blue)](./README-zh-TW.md)
|
|
|
|
> An awesome & curated list of best recources, tools, applications, usages of ChatGPT.
|
|
|
|
> 另有中文版本在此:[中文版](./README-zh-TW.md)
|
|
|
|
## Table of Contents
|
|
|
|
- [Official Resource](#official-resource)
|
|
- [Use ChatGPT anywhere](#use-chatgpt-anywhere)
|
|
- [Applications](#applications)
|
|
- [API for developers](#api-for-developers)
|
|
|
|
---
|
|
|
|
## Official Resource
|
|
|
|
- [ChatGPT website](https://chat.openai.com/)
|
|
- [ChatGPT launch blog post](https://openai.com/blog/chatgpt/)
|
|
|
|
## Use ChatGPT anywhere
|
|
|
|
- [ChatGPT for Google](https://github.com/wong2/chat-gpt-google-extension): Chrome/Edge/Firefox Browser extension. Display ChatGPT response alongside Google Search results.
|
|
- [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode): VSCode extension.
|
|
- [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac): MacOS menubar app.
|
|
|
|
## Applications
|
|
|
|
- [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click.
|
|
|
|
## API for developers
|
|
|
|
- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT) (Python, Unofficial): Lightweight, TLS-Based ChatGPT API on your CLI without requiring a browser or access token.
|
|
- [ChatGPT API](https://github.com/transitive-bullshit/chatgpt-api) (Node.js, Unofficial): Node.js client for the unofficial ChatGPT API.
|