Skip to content

Commit b6b9f61

Browse files
committed
chore: update test
1 parent 183d914 commit b6b9f61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

trainer/test.http

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
##################################################################
55

66
@api_host = http://localhost:3000
7+
@model = gpt-4o-mini
78

89
# Chat with the bot
9-
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
1011
Content-Type: application/json
1112
api-key: toto
1213

@@ -26,7 +27,7 @@ api-key: toto
2627
###
2728

2829
# Chat with the bot using streaming
29-
POST {{api_host}}/openai/deployments/gpt-35-turbo/chat/completions?api-version=2024-02-01
30+
POST {{api_host}}/openai/deployments/{{model}}/chat/completions?api-version=2024-02-01
3031
content-type: application/json
3132
api-key: toto
3233

0 commit comments

Comments
 (0)