From faff01903135f79fab009c9bd2a72b3e6dc17531 Mon Sep 17 00:00:00 2001 From: yzfly Date: Thu, 15 Jun 2023 10:18:03 +0800 Subject: [PATCH] add claude doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 893ed73..caa04ca 100644 --- a/README.md +++ b/README.md @@ -851,6 +851,7 @@ OpenAI 现已经支持插件功能,可以预见这个插件平台将成为新 |名称|Stars|简介|备注| |---|---|---|---| +|[Claude 开发官方文档](https://docs.anthropic.com/claude/docs/introduction-to-prompt-design) |-|claude 开发官方文档|-| |[llm-numbers](https://github.com/ray-project/llm-numbers) |![GitHub Repo stars](https://badgen.net/github/stars/ray-project/llm-numbers)|Numbers every LLM developer should know.|大模型开发者必知数据| | [《用ChatGPT API构建系统》课程](https://learn.deeplearning.ai/chatgpt-building-system/lesson/1/introduction)|-| DeepLearning.ai 创始人吴恩达和OpenAI合作的新的“使用ChatGPT API构建系统”的课程|课程链接(中英文字幕): https://pan.baidu.com/s/1BgUKWwh5YSby3IVkGvLi_w?pwd=22b7 提取码: 22b7| |[开发指南:ChatGPT 插件开发](https://mp.weixin.qq.com/s/AmNkiLOqJo7tEJZPX34oeg) |-|详细介绍了开发流程,并通过“待办事项列表(to-do list)插件”的案例开发过程进行了演示。|-|