Update README.md
#1
by
xudongh1
- opened
README.md
CHANGED
|
@@ -75,7 +75,7 @@ client = OpenAI(
|
|
| 75 |
)
|
| 76 |
|
| 77 |
completion = client.chat.completions.create(
|
| 78 |
-
model="LLM360/K2-Think-
|
| 79 |
messages = [
|
| 80 |
{"role": "system", "content": "You are K2-Think, a helpful assistant created by Mohamed bin Zayed University of Artificial Intelligence (MBZUAI) Institute of Foundation Models (IFM)."},
|
| 81 |
{"role": "user", "content": "Solve the 24 game [2, 3, 5, 6]"}
|
|
|
|
| 75 |
)
|
| 76 |
|
| 77 |
completion = client.chat.completions.create(
|
| 78 |
+
model="LLM360/K2-Think-70B",
|
| 79 |
messages = [
|
| 80 |
{"role": "system", "content": "You are K2-Think, a helpful assistant created by Mohamed bin Zayed University of Artificial Intelligence (MBZUAI) Institute of Foundation Models (IFM)."},
|
| 81 |
{"role": "user", "content": "Solve the 24 game [2, 3, 5, 6]"}
|