Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 4af1ce8

Browse files
committed
update docstrings of AutoLiteLLM
1 parent 95a8687 commit 4af1ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autollm/auto/llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def from_defaults(
2828
https://docs.litellm.ai/docs/providers for a list of supported models.
2929
max_tokens: The maximum number of tokens to generate by the LLM.
3030
temperature: The temperature to use when sampling from the distribution.
31+
system_prompt: The system prompt to use for the LLM.
3132
api_base: The API base URL to use for the LLM.
3233
3334
Returns:

0 commit comments

Comments
 (0)