Skip to content

Commit da7e11a

Browse files
docs: Update models in README.
1 parent c85f8b5 commit da7e11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The SDK also includes helpers to process streams and handle incoming events.
174174

175175
```python
176176
with client.chat.stream(
177-
model="palmyra-x-004",
177+
model="palmyra-x5",
178178
messages=[{"role": "user", "content": prompt}],
179179
) as stream:
180180
for event in stream:

0 commit comments

Comments
 (0)