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 c19969f commit b9681b9Copy full SHA for b9681b9
test.http
@@ -1,8 +1,17 @@
1
+### Simple Ask Completion (Local)
2
+POST http://localhost:7071/api/ask HTTP/1.1
3
+content-type: application/json
4
5
+{
6
+ "prompt": "Tell me two most popular programming features of Azure Functions"
7
+}
8
-POST http://localhost:7071/api/ask HTTP/1.1
9
+### Simple Ask Completion (Cloud)
10
+### .gitignore this file if and when you set key
11
+POST https://<your-function-name>.azurewebsites.net/api/ask HTTP/1.1
12
content-type: application/json
13
+x-functions-key: <your-function-key>
14
15
{
- "prompt": "What is a good feature of Azure Functions?"
-}
16
17
0 commit comments