mirror of https://github.com/kortix-ai/suna.git
DS Store gitignore
This commit is contained in:
parent
e11d8beac6
commit
c2ab65d0ed
|
@ -174,3 +174,7 @@ state.json
|
|||
|
||||
# SQLite
|
||||
*.db
|
||||
|
||||
# .DS_Store files
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
|
|
@ -101,8 +101,8 @@ async def run_agent(thread_id: str, project_id: str, stream: bool = True, thread
|
|||
# temporary_message=state_message,
|
||||
llm_model=model_name,
|
||||
llm_temperature=0,
|
||||
# llm_max_tokens=64000,
|
||||
llm_max_tokens=32768,
|
||||
llm_max_tokens=64000,
|
||||
# llm_max_tokens=32768,
|
||||
tool_choice="auto",
|
||||
max_xml_tool_calls=1,
|
||||
processor_config=ProcessorConfig(
|
||||
|
|
Loading…
Reference in New Issue