diff --git a/routes/chat.py b/routes/chat.py index d1c1c62..d23f4da 100644 --- a/routes/chat.py +++ b/routes/chat.py @@ -761,7 +761,6 @@ async def chat_completions_v3(request: ChatRequestV3, authorization: Optional[st project_dir = create_project_directory( bot_config.get("dataset_ids", []), bot_id, - bot_config.get("robot_type", "general_agent"), bot_config.get("skills", []) )