File size: 621 Bytes
06f0c14
 
 
 
 
1
2
3
4
5
{
  "source_url": "https://salt.sunbird.ai/sunflower/sunflower/#__codelineno-3-1",
  "chunk_id": "100_21",
  "text": " exponential backoff retry  url  f   baseurl  taskssunflowerinference headers   Authorization  f Bearer  apikey   , Content-Type  applicationjson  payload   messages  messages , modeltype  qwen , temperature  0.3  for attempt in range ( maxretries  1 ) try  response  requests . post ( url , headers  headers , json  payload , timeout  30 ) if response . statuscode  200  return response . json () elif response . statuscode  503   Model loading - retry with longer delay if attempt  maxretries  dela"
}