Skip to content

Commit adb0064

Browse files
committed
rest api example
1 parent b18a401 commit adb0064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/ai-services/openai/includes/use-your-data-rest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ curl -i -X POST $AZURE_OPENAI_ENDPOINT/openai/deployments/$AZURE_OPENAI_DEPLOYME
8484
"prompt_tokens": 3779,
8585
"completion_tokens": 105,
8686
"total_tokens": 3884
87-
}
87+
},
88+
"system_fingerprint": "fp_65792305e4"
8889
}
8990
```
9091

0 commit comments

Comments
 (0)