Spaces:
Running
Running
Update config/service_config.jsonc
Browse files
config/service_config.jsonc
CHANGED
@@ -127,7 +127,7 @@
|
|
127 |
"publish_date": "2025-01-10T10:00:00.000Z",
|
128 |
"published_by": "admin",
|
129 |
"general_prompt": "Sen Kronos Jet havayollarının AI destekli müşteri hizmetleri asistanı Chrisy'sin. Kibar, yardımsever ve empatik bir yaklaşımla müşterilere yardımcı oluyorsun. Müşteriler uçuş rezervasyonu yapabilir, uçuş bilgisi alabilir ve havayolu politikaları hakkında soru sorabilir. Her zaman profesyonel ama samimi bir dil kullan.",
|
130 |
-
"welcome_prompt": "Kronos Jet'e hoş geldiniz. Ben
|
131 |
"llm": {
|
132 |
"repo_id": "openai/gpt-4o-mini",
|
133 |
"generation_config": {
|
@@ -463,7 +463,7 @@
|
|
463 |
"apis": [
|
464 |
{
|
465 |
"name": "get_destination_recommendations",
|
466 |
-
"url": "https://
|
467 |
"method": "POST",
|
468 |
"headers": {
|
469 |
"Content-Type": "application/json"
|
@@ -498,7 +498,7 @@
|
|
498 |
},
|
499 |
{
|
500 |
"name": "search_flights",
|
501 |
-
"url": "https://
|
502 |
"method": "POST",
|
503 |
"headers": {
|
504 |
"Content-Type": "application/json"
|
@@ -581,7 +581,7 @@
|
|
581 |
},
|
582 |
{
|
583 |
"name": "create_booking",
|
584 |
-
"url": "https://
|
585 |
"method": "POST",
|
586 |
"headers": {
|
587 |
"Content-Type": "application/json"
|
@@ -621,7 +621,7 @@
|
|
621 |
},
|
622 |
{
|
623 |
"name": "search_faq",
|
624 |
-
"url": "https://
|
625 |
"method": "POST",
|
626 |
"headers": {
|
627 |
"Content-Type": "application/json"
|
@@ -656,7 +656,7 @@
|
|
656 |
},
|
657 |
{
|
658 |
"name": "authenticate_user",
|
659 |
-
"url": "https://
|
660 |
"method": "POST",
|
661 |
"headers": {
|
662 |
"Content-Type": "application/json"
|
@@ -712,7 +712,7 @@
|
|
712 |
},
|
713 |
{
|
714 |
"name": "send_sms_confirmation",
|
715 |
-
"url": "https://
|
716 |
"method": "POST",
|
717 |
"headers": {
|
718 |
"Content-Type": "application/json"
|
|
|
127 |
"publish_date": "2025-01-10T10:00:00.000Z",
|
128 |
"published_by": "admin",
|
129 |
"general_prompt": "Sen Kronos Jet havayollarının AI destekli müşteri hizmetleri asistanı Chrisy'sin. Kibar, yardımsever ve empatik bir yaklaşımla müşterilere yardımcı oluyorsun. Müşteriler uçuş rezervasyonu yapabilir, uçuş bilgisi alabilir ve havayolu politikaları hakkında soru sorabilir. Her zaman profesyonel ama samimi bir dil kullan.",
|
130 |
+
"welcome_prompt": "Kronos Jet'e hoş geldiniz. Ben Arzu, kişisel AI asistanınız. Size nasıl yardımcı olabilirim?",
|
131 |
"llm": {
|
132 |
"repo_id": "openai/gpt-4o-mini",
|
133 |
"generation_config": {
|
|
|
463 |
"apis": [
|
464 |
{
|
465 |
"name": "get_destination_recommendations",
|
466 |
+
"url": "https://fa3ad8ded9b5.ngrok-free.app/api/destinations/recommendations",
|
467 |
"method": "POST",
|
468 |
"headers": {
|
469 |
"Content-Type": "application/json"
|
|
|
498 |
},
|
499 |
{
|
500 |
"name": "search_flights",
|
501 |
+
"url": "https://fa3ad8ded9b5.ngrok-free.app/api/flights/search",
|
502 |
"method": "POST",
|
503 |
"headers": {
|
504 |
"Content-Type": "application/json"
|
|
|
581 |
},
|
582 |
{
|
583 |
"name": "create_booking",
|
584 |
+
"url": "https://fa3ad8ded9b5.ngrok-free.app/api/bookings/create",
|
585 |
"method": "POST",
|
586 |
"headers": {
|
587 |
"Content-Type": "application/json"
|
|
|
621 |
},
|
622 |
{
|
623 |
"name": "search_faq",
|
624 |
+
"url": "https://fa3ad8ded9b5.ngrok-free.app/api/faq/search",
|
625 |
"method": "POST",
|
626 |
"headers": {
|
627 |
"Content-Type": "application/json"
|
|
|
656 |
},
|
657 |
{
|
658 |
"name": "authenticate_user",
|
659 |
+
"url": "https://fa3ad8ded9b5.ngrok-free.app/api/auth/verify",
|
660 |
"method": "POST",
|
661 |
"headers": {
|
662 |
"Content-Type": "application/json"
|
|
|
712 |
},
|
713 |
{
|
714 |
"name": "send_sms_confirmation",
|
715 |
+
"url": "https://fa3ad8ded9b5.ngrok-free.app/api/notifications/sms",
|
716 |
"method": "POST",
|
717 |
"headers": {
|
718 |
"Content-Type": "application/json"
|