davidfearne commited on
Commit
5c2bc53
·
verified ·
1 Parent(s): f379ead

Update app.py

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