Spaces:
Running
Running
| [agent.task_decomposition.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.planner.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.chat.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.shortlister.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.plan_controller.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.final_answer.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.code.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.code_planner.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.qa.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 16000 | |
| [agent.action.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 400 | |
| [memory.mem0.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 1000 | |
| [memory.milvus.step_processing.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 1000 | |
| [memory.milvus.fact_extraction.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 1000 | |
| [memory.tips_extractor.model] | |
| platform = "openai" | |
| temperature = 0.1 | |
| max_tokens = 5000 |