Update main.py
Browse files
main.py
CHANGED
|
@@ -1074,7 +1074,7 @@ class ConversationalAIHandler:
|
|
| 1074 |
"prompt": {
|
| 1075 |
"prompt": diy_expert_prompt
|
| 1076 |
},
|
| 1077 |
-
"first_message": "Hello! I'm your DIY expert assistant. I'm here to help you with your project. What would you like to work on today?",
|
| 1078 |
"language": "en"
|
| 1079 |
},
|
| 1080 |
"asr": {
|
|
@@ -1090,7 +1090,7 @@ class ConversationalAIHandler:
|
|
| 1090 |
}
|
| 1091 |
},
|
| 1092 |
"platform_settings": {
|
| 1093 |
-
"webhook_url": f"{os.getenv('BASE_URL', 'https://
|
| 1094 |
}
|
| 1095 |
}
|
| 1096 |
|
|
|
|
| 1074 |
"prompt": {
|
| 1075 |
"prompt": diy_expert_prompt
|
| 1076 |
},
|
| 1077 |
+
"first_message": "Hello! I'm your Sozo DIY expert assistant. I'm here to help you with your project. What would you like to work on today?",
|
| 1078 |
"language": "en"
|
| 1079 |
},
|
| 1080 |
"asr": {
|
|
|
|
| 1090 |
}
|
| 1091 |
},
|
| 1092 |
"platform_settings": {
|
| 1093 |
+
"webhook_url": f"{os.getenv('BASE_URL', 'https://rairo-neofix-api.hf.space')}/api/webhook/agent/{project_id}"
|
| 1094 |
}
|
| 1095 |
}
|
| 1096 |
|