davidfearne commited on
Commit
e6a0fdd
·
verified ·
1 Parent(s): 9361c0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def search_and_reconstruct(query, df_chunks, k):
133
 
134
  return reconstructed_results
135
 
136
- def call_chat_api(data: ChatRequestClient):
137
  url = "https://agent-builder-api.greensea-b20be511.northeurope.azurecontainerapps.io/chat/"
138
  # Validate and convert the data to a dictionary
139
  validated_data = data.dict()
 
133
 
134
  return reconstructed_results
135
 
136
+ def call_chat_api(data: ChatRequestClient, k):
137
  url = "https://agent-builder-api.greensea-b20be511.northeurope.azurecontainerapps.io/chat/"
138
  # Validate and convert the data to a dictionary
139
  validated_data = data.dict()