sunbird_salt_docs / chunks /chunk_100_28.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_28",
"text": "n , apiKey , baseUrl httpsapi.sunbird.ai ) const url baseUrl taskssunflowersimple const formData new FormData () formData . append ( instruction , instruction ) formData . append ( modeltype , qwen ) formData . append ( temperature , 0.3 ) const headers Authorization Bearer apiKey , ... formData . getHeaders () try const response await axios . post ( url , formData , headers headers , timeout 30000 ) return response . data catch ( error ) console . error ( Request failed ,"
}