#233 · Primary category: AI Chatbots

SkyChat-Chinese-Chatbot-GPT3

aigc artificial-intelligence chatbot chatgpt gpt-3 gpt3 instructgpt language-model machine-learning model-training natural-language-generation natural-language-processing python reinforcement-learning text-generation

SkyChat is a Chinese GPT-3 API-based chatbot that supports chat, Q&A, translation, couplets, and ancient poem writing.

Project last updated:04/07/23

GitHub Stars

692

Forks

69

Contributors

3

License

MIT

Why we included this project

SkyChat is a chatbot built on a Chinese GPT-3 API, and it shows how far a single language-model endpoint can be pushed. Beyond ordinary chat and Q&A, you can steer the same API call toward Chinese-English translation, couplet writing, ancient-poem composition, recipe generation, and third-person retelling, so the project reads like a small catalog of what prompt design can do. For developers wiring a commercial model endpoint into their own app, the code is a useful reference, especially because the demo expects supporting services for semantic scoring and user profiling to run alongside it. Getting it running takes more than a quick script: you need the separate model services, a CUDA setup, and an API key. That makes it a study project for people who want to understand the integration pattern, not a turnkey product for end users.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category