Skip to content

Commit

Permalink
Merge branch 'prompt-template' of github.com:shreemaan-abhishek/apisi…
Browse files Browse the repository at this point in the history
…x into prompt-template
  • Loading branch information
shreemaan-abhishek committed Aug 28, 2024
2 parents 9ece55c + eb77af1 commit 7cb1fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/plugins/ai-prompt-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Now send a request:

```shell
curl http://127.0.0.1:9080/v1/chat/completions -i -XPOST -H 'Content-Type: application/json' -d '{
"template_name": "level of detail,
"template_name": "level of detail",
"topic": "psychology",
"level": "brief"
}' -H "Authorization: Bearer <your token here>"
Expand Down

0 comments on commit 7cb1fb5

Please sign in to comment.