Datasets:
File size: 621 Bytes
06f0c14 | 1 2 3 4 5 | {
"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 ,"
} |