Skip to content

Commit

Permalink
clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
hscspring committed Dec 8, 2024
1 parent 6ab68f6 commit 178f74d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 290 deletions.
285 changes: 0 additions & 285 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
13 changes: 8 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
- 对相关任务有详细的背景和系统设计介绍。
- 提供示例代码和实现流程。

**国内大模型API使用介绍**
## 国内大模型API使用介绍

《GLM》
**《GLM》**

1. 安装智谱GLM的SDK

Expand All @@ -69,6 +69,7 @@ pip install zhipuai
```

2. 调用GLM API的示例

```python
# GLM
from zhipuai import ZhipuAI
Expand Down Expand Up @@ -102,14 +103,16 @@ Datawhale社区倡导开源共生的理念,不仅为成员提供荣誉证书
```


《Qwen》
**《Qwen》**

1. 安装千问Qwen的SDK

```shell
pip install dashscope
```

2. 调用Qwen API的示例

```python
# qwen
from http import HTTPStatus
Expand Down Expand Up @@ -186,11 +189,9 @@ Datawhale积极推广开源文化,鼓励成员参与并贡献开源项目,
- 调用ChatGPT推理能力
- ChatGPT以及GPT-4的推理能力
- ChatGPT 工程实践 @长琴

- 评测
- 安全
- 网络

- [ChatGPT 局限不足](content/chapter7/ChatGPT缺陷不足——工具不是万能的.md) @Carles
- 事实错误
- 实时更新
Expand All @@ -200,6 +201,7 @@ Datawhale积极推广开源文化,鼓励成员参与并贡献开源项目,
- 工具应用:搜索、办公、教育
- 行业应用:游戏、音乐、零售电商、广告营销、媒体新闻、金融、医疗、设计、影视、工业


## 如何学习

📢说明:项目的 `docs` 目录是书稿电子版(但不是最终版,编辑可能做了一点点修改);`content` 是 Jupyter Notebook 的初始版本和迭代版本。实践可以选择 `content`,阅读可以选择 `docs`
Expand Down Expand Up @@ -278,4 +280,5 @@ B站配套视频教程:https://b23.tv/hdnXn1L
  Datawhale,一个专注于AI领域的学习圈子。初衷是for the learner,和学习者一起成长。目前加入学习社群的人数已经数千人,组织了机器学习,深度学习,数据分析,数据挖掘,爬虫,编程,统计学,Mysql,数据竞赛等多个领域的内容学习,微信搜索公众号Datawhale可以加入我们。

## LICENSE

<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-lightgrey" /></a><br />本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。

0 comments on commit 178f74d

Please sign in to comment.