Update api/utils.py
Browse files- api/utils.py +1 -1
api/utils.py
CHANGED
@@ -170,7 +170,7 @@ async def process_streaming_response(request: ChatRequest):
|
|
170 |
await asyncio.sleep(delay_seconds)
|
171 |
|
172 |
# Fetch the h-value for the 'validated' field
|
173 |
-
h_value =
|
174 |
if not h_value:
|
175 |
logger.error("Failed to retrieve h-value for validation.")
|
176 |
raise HTTPException(
|
|
|
170 |
await asyncio.sleep(delay_seconds)
|
171 |
|
172 |
# Fetch the h-value for the 'validated' field
|
173 |
+
h_value = "00f37b34-a166-4efb-bce5-1312d87f2f94"
|
174 |
if not h_value:
|
175 |
logger.error("Failed to retrieve h-value for validation.")
|
176 |
raise HTTPException(
|