We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63b18 commit 889102bCopy full SHA for 889102b
samples/rest/tuned_models.sh
@@ -78,7 +78,8 @@ while [[ "$tuning_done" != "true" ]];
78
do
79
sleep 5
80
curl -X GET "https://generativelanguage.googleapis.com/v1/${operation}?key=$GOOGLE_API_KEY" \
81
- -H 'Content-Type: application/json' \ 2> /dev/null > tuning_operation.json
+ -H 'Content-Type: application/json' \
82
+ 2> /dev/null > tuning_operation.json
83
84
complete=$(jq .metadata.completedPercent < tuning_operation.json)
85
tput cuu1
0 commit comments