Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ client = OpenAI(
|
|
| 58 |
model = "RedHatAI/Apertus-70B-Instruct-2509-quantized.w4a16"
|
| 59 |
|
| 60 |
messages = [
|
| 61 |
-
|
| 62 |
]
|
| 63 |
|
| 64 |
outputs = client.chat.completions.create(
|
|
|
|
| 58 |
model = "RedHatAI/Apertus-70B-Instruct-2509-quantized.w4a16"
|
| 59 |
|
| 60 |
messages = [
|
| 61 |
+
{"role": "user", "content": "Give me a short introduction to large language model."},
|
| 62 |
]
|
| 63 |
|
| 64 |
outputs = client.chat.completions.create(
|