feat(llm-client): ✨ Add streaming response support for LLM client interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
65e2baff34
commit
296cc98d85
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ class ModelBossLLMClient(LLMClient):
|
|||
messages=messages,
|
||||
max_tokens=max_tokens,
|
||||
temperature=temperature,
|
||||
x_client_id="cot-reasoning",
|
||||
)
|
||||
|
||||
# Handle both string and iterator responses
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue