davidfearne commited on
Commit
05affc1
·
verified ·
1 Parent(s): 650130b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ class ChatRequestClient(BaseModel):
53
  temperature2: float
54
 
55
  def call_chat_api(data: ChatRequestClient):
56
- url = "http://127.0.0.1:8000/chat/"
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