RangiLyu commited on
Commit
dadcf02
1 Parent(s): 292bc88

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -6
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": "You are a helpful assistant."},
288
- {"role": "user", "content": "Introduce deep learning to me."}
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": "You are a helpful assistant."},
316
- {"role": "user", "content": "Introduce deep learning to me."}
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
  ```