docs: Fixed some confusing wording in the global configuration example file
This commit is contained in:
+3
-3
@@ -143,10 +143,10 @@ clients:
|
|||||||
# max_batch_size: 100
|
# max_batch_size: 100
|
||||||
# - name: xxxx # Reranker model
|
# - name: xxxx # Reranker model
|
||||||
# type: reranker
|
# type: reranker
|
||||||
# patch: # Patch api
|
# patch: # Patch API calls
|
||||||
# chat_completions: # Api type, possible values: chat_completions, embeddings, and rerank
|
# chat_completions: # API type; Possible values: chat_completions, embeddings, and rerank
|
||||||
# <regex>: # The regex to match model names, e.g. '.*' 'gpt-4o' 'gpt-4o|gpt-4-.*'
|
# <regex>: # 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
|
# body: # Patch request body
|
||||||
# <json>
|
# <json>
|
||||||
# headers: # Patch request headers
|
# headers: # Patch request headers
|
||||||
|
|||||||
Reference in New Issue
Block a user