revert: Revert "feat: fix streaming put_inner_thoughts_in_kwargs" (#1912)
This commit is contained in:
@@ -140,7 +140,6 @@ def create(
|
||||
raise ValueError(f"OpenAI key is missing from letta config file")
|
||||
|
||||
data = build_openai_chat_completions_request(llm_config, messages, user_id, functions, function_call, use_tool_naming, max_tokens)
|
||||
print(f"Data.tools: {data.tools}")
|
||||
|
||||
if stream: # Client requested token streaming
|
||||
data.stream = True
|
||||
|
||||
Reference in New Issue
Block a user