You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/concepts/model-providers/litellm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ print(response)
40
40
41
41
### Client Configuration
42
42
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).
0 commit comments