rkihacker commited on
Commit
cb78194
·
verified ·
1 Parent(s): b8e5277

Update api/utils.py

Browse files
Files changed (1) hide show
  1. 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 = await getHid()
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(