Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 25, 2024
1 parent 183d914 commit b6b9f61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trainer/test.http
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
##################################################################

@api_host = http://localhost:3000
@model = gpt-4o-mini

# Chat with the bot
POST {{api_host}}/openai/deployments/gpt-35-turbo/chat/completions?api-version=2024-02-01
POST {{api_host}}/openai/deployments/{{model}}/chat/completions?api-version=2024-02-01
Content-Type: application/json
api-key: toto

Expand All @@ -26,7 +27,7 @@ api-key: toto
###

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

Expand Down

0 comments on commit b6b9f61

Please sign in to comment.