Skip to content

Commit 1e87490

Browse files
authored
models - litellm - completion api docs link (#149)
1 parent 7fa5931 commit 1e87490

File tree

1 file changed

+1
-1
lines changed
  • docs/user-guide/concepts/model-providers

1 file changed

+1
-1
lines changed

docs/user-guide/concepts/model-providers/litellm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ print(response)
4040

4141
### Client Configuration
4242

43-
The `client_args` configure the underlying LiteLLM client. For a complete list of available arguments, please refer to the LiteLLM [source](https://github.com/BerriAI/litellm/blob/main/litellm/main.py) and [docs](https://docs.litellm.ai/docs/completion/input).
43+
The `client_args` configure the underlying LiteLLM `completion` API. For a complete list of available arguments, please refer to the LiteLLM [docs](https://docs.litellm.ai/docs/completion/input).
4444

4545
### Model Configuration
4646

0 commit comments

Comments
 (0)