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