Update README.md
Browse files
README.md
CHANGED
|
@@ -172,7 +172,7 @@ client = OpenAI(
|
|
| 172 |
# 4. Make a request
|
| 173 |
completion = client.chat.completions.create(
|
| 174 |
# 5. Specify the model to use in the format "provider/model-name"
|
| 175 |
-
model="inclusionai/
|
| 176 |
messages=[
|
| 177 |
{
|
| 178 |
"role": "user",
|
|
|
|
| 172 |
# 4. Make a request
|
| 173 |
completion = client.chat.completions.create(
|
| 174 |
# 5. Specify the model to use in the format "provider/model-name"
|
| 175 |
+
model="inclusionai/ling-1t",
|
| 176 |
messages=[
|
| 177 |
{
|
| 178 |
"role": "user",
|