Skip to content

Commit 4fc910e

Browse files
committed
Minor typo
1 parent 0acb7ad commit 4fc910e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-data-ai/foundry-sdk/includes/05-openai-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ print(completion.choices[0].message.content)
1818

1919
## Retaining conversational context
2020

21-
Unlike the *Responses* API, the *ChatCompletins* API doesn't provide a stateful response tracking feature. To retain conversational context, you must write code to manually track previous prompts and responses.
21+
Unlike the *Responses* API, the *ChatCompletions* API doesn't provide a stateful response tracking feature. To retain conversational context, you must write code to manually track previous prompts and responses.
2222

2323
```python
2424
# Initial messages

0 commit comments

Comments
 (0)