Commit ·
35418b7
1
Parent(s): bda30e4
update readme.
Browse files- README.md +2 -2
- README_CN.md +1 -1
README.md
CHANGED
|
@@ -162,7 +162,7 @@ from openai import OpenAI
|
|
| 162 |
client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
|
| 163 |
|
| 164 |
response = client.chat.completions.create(
|
| 165 |
-
model="
|
| 166 |
messages=[
|
| 167 |
{"role": "user", "content": "Hello! Can you briefly introduce yourself?"},
|
| 168 |
],
|
|
@@ -259,4 +259,4 @@ If you would like to leave a message for our R&D and product teams, welcome to c
|
|
| 259 |
|
| 260 |
<p align="center">
|
| 261 |
<i>Hy3 preview is developed by the Tencent Hy Team.</i>
|
| 262 |
-
</p>
|
|
|
|
| 162 |
client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
|
| 163 |
|
| 164 |
response = client.chat.completions.create(
|
| 165 |
+
model="hy3-preview",
|
| 166 |
messages=[
|
| 167 |
{"role": "user", "content": "Hello! Can you briefly introduce yourself?"},
|
| 168 |
],
|
|
|
|
| 259 |
|
| 260 |
<p align="center">
|
| 261 |
<i>Hy3 preview is developed by the Tencent Hy Team.</i>
|
| 262 |
+
</p>
|
README_CN.md
CHANGED
|
@@ -157,7 +157,7 @@ from openai import OpenAI
|
|
| 157 |
client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
|
| 158 |
|
| 159 |
response = client.chat.completions.create(
|
| 160 |
-
model="
|
| 161 |
messages=[
|
| 162 |
{"role": "user", "content": "你好!请简单介绍一下你自己。"},
|
| 163 |
],
|
|
|
|
| 157 |
client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
|
| 158 |
|
| 159 |
response = client.chat.completions.create(
|
| 160 |
+
model="hy3-preview",
|
| 161 |
messages=[
|
| 162 |
{"role": "user", "content": "你好!请简单介绍一下你自己。"},
|
| 163 |
],
|