Skip to content

Commit 94a8b37

Browse files
committed
docs: fix adapter docs
1 parent 52b576f commit 94a8b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/documentation/docs/tutorial/05-Adapters/05-ai-completion-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Any 3rd-party API providers might have next reasones of pure `responses` API com
159159
1) If they use vLLM open-source software under the hood they might have outdated version
160160
2) Custom non-vLLM implmentation might have reliable chat API implementation while give less priority to responses API as it is more complex and new.
161161

162-
We recommend you to try responses API first because it gives rich features sets, including summarization and better structured outputs.
162+
We recommend you to try responses API first by setting `false` in `useComplitionApi` because it gives rich features set, including summarization and better structured outputs, and if it does not work for your provider, then set it to `true` to have less features but working implementation.
163163

164164

165165

0 commit comments

Comments
 (0)