Chat Prefix Completion (Beta)
Notice
1.
role
of the last message in the messages
list is assistant
and set the prefix
parameter of the last message to True
.2.
base_url="https://api.deepseek.com/beta"
to enable the Beta feature.Sample Code
assistant
to "```python\n"
to force the model to output Python code, and set the stop
parameter to ['```']
to prevent additional explanations from the model.
Modified atΒ 2025-02-06 08:34:19