Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ class ChatRequestClient(BaseModel):
|
|
53 |
temperature2: float
|
54 |
|
55 |
def call_chat_api(data: ChatRequestClient):
|
56 |
-
url = "
|
57 |
# Validate and convert the data to a dictionary
|
58 |
validated_data = data.dict()
|
59 |
|
|
|
53 |
temperature2: float
|
54 |
|
55 |
def call_chat_api(data: ChatRequestClient):
|
56 |
+
url = "https://agent-builder-api.greensea-b20be511.northeurope.azurecontainerapps.io/chat/"
|
57 |
# Validate and convert the data to a dictionary
|
58 |
validated_data = data.dict()
|
59 |
|