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 183d914 commit b6b9f61Copy full SHA for b6b9f61
trainer/test.http
@@ -4,9 +4,10 @@
4
##################################################################
5
6
@api_host = http://localhost:3000
7
+@model = gpt-4o-mini
8
9
# Chat with the bot
-POST {{api_host}}/openai/deployments/gpt-35-turbo/chat/completions?api-version=2024-02-01
10
+POST {{api_host}}/openai/deployments/{{model}}/chat/completions?api-version=2024-02-01
11
Content-Type: application/json
12
api-key: toto
13
@@ -26,7 +27,7 @@ api-key: toto
26
27
###
28
29
# Chat with the bot using streaming
30
31
content-type: application/json
32
33
0 commit comments