update readme
Browse files
README.md
CHANGED
@@ -20,8 +20,7 @@ license: other
|
|
20 |
|
21 |
[![evaluation](https://github.com/InternLM/InternLM/assets/22529082/f80a2a58-5ddf-471a-8da4-32ab65c8fd3b)](https://github.com/internLM/OpenCompass/)
|
22 |
|
23 |
-
[💻Github Repo](https://github.com/InternLM/InternLM) • [🤔Reporting Issues](https://github.com/InternLM/InternLM/issues/new) •
|
24 |
-
[📜Technical Report](https://arxiv.org/abs/2403.17297)
|
25 |
|
26 |
</div>
|
27 |
|
@@ -284,8 +283,8 @@ curl http://localhost:23333/v1/chat/completions \
|
|
284 |
-d '{
|
285 |
"model": "internlm2-chat-7b",
|
286 |
"messages": [
|
287 |
-
{"role": "system", "content": "
|
288 |
-
{"role": "user", "content": "
|
289 |
]
|
290 |
}'
|
291 |
```
|
@@ -312,8 +311,8 @@ curl http://localhost:8000/v1/chat/completions \
|
|
312 |
-d '{
|
313 |
"model": "internlm2-chat-7b",
|
314 |
"messages": [
|
315 |
-
{"role": "system", "content": "
|
316 |
-
{"role": "user", "content": "
|
317 |
]
|
318 |
}'
|
319 |
```
|
|
|
20 |
|
21 |
[![evaluation](https://github.com/InternLM/InternLM/assets/22529082/f80a2a58-5ddf-471a-8da4-32ab65c8fd3b)](https://github.com/internLM/OpenCompass/)
|
22 |
|
23 |
+
[💻Github Repo](https://github.com/InternLM/InternLM) • [🤔Reporting Issues](https://github.com/InternLM/InternLM/issues/new) • [📜Technical Report](https://arxiv.org/abs/2403.17297)
|
|
|
24 |
|
25 |
</div>
|
26 |
|
|
|
283 |
-d '{
|
284 |
"model": "internlm2-chat-7b",
|
285 |
"messages": [
|
286 |
+
{"role": "system", "content": "你是个友善的AI助手。"},
|
287 |
+
{"role": "user", "content": "介绍一下深度学习。"}
|
288 |
]
|
289 |
}'
|
290 |
```
|
|
|
311 |
-d '{
|
312 |
"model": "internlm2-chat-7b",
|
313 |
"messages": [
|
314 |
+
{"role": "system", "content": "你是个友善的AI助手。"},
|
315 |
+
{"role": "user", "content": "介绍一下深度学习。"}
|
316 |
]
|
317 |
}'
|
318 |
```
|