diff --git a/endpoints/OAI/utils/chat_completion.py b/endpoints/OAI/utils/chat_completion.py index 3b0d695..c4b5105 100644 --- a/endpoints/OAI/utils/chat_completion.py +++ b/endpoints/OAI/utils/chat_completion.py @@ -35,7 +35,8 @@ from endpoints.OAI.types.tools import ToolCall def _extract_think_content(text: str) -> tuple[Optional[str], Optional[str]]: - """Extract content between tags and the remaining content. Only available in none-streaming mode.""" + """Extract content between tags and the remaining content. + Only available in none-streaming mode.""" if ( config.network.reasoning_start_token not in text and config.network.reasoning_end_token not in text