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