sunbird_salt_docs / chunks /chunk_100_21.json
jimjunior's picture
Upload folder using huggingface_hub
06f0c14 verified
Raw
History Blame Contribute Delete
621 Bytes
{
"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"
}