From 986c64ff13afea26feef116aa24599f8ed8a20ae Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 7 Nov 2025 16:57:49 -0700 Subject: [PATCH] docs: Fixed some confusing wording in the global configuration example file --- config.example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index 360182f..6c8bc82 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -143,10 +143,10 @@ clients: # max_batch_size: 100 # - name: xxxx # Reranker model # type: reranker - # patch: # Patch api - # chat_completions: # Api type, possible values: chat_completions, embeddings, and rerank + # patch: # Patch API calls + # chat_completions: # API type; Possible values: chat_completions, embeddings, and rerank # : # The regex to match model names, e.g. '.*' 'gpt-4o' 'gpt-4o|gpt-4-.*' - # url: '' # Patch request url + # url: '' # Patch request URL # body: # Patch request body # # headers: # Patch request headers