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

Commit

Permalink
update docstrings of AutoLiteLLM
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeknnDestroy committed Jan 18, 2024
1 parent 95a8687 commit 4af1ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autollm/auto/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def from_defaults(
https://docs.litellm.ai/docs/providers for a list of supported models.
max_tokens: The maximum number of tokens to generate by the LLM.
temperature: The temperature to use when sampling from the distribution.
system_prompt: The system prompt to use for the LLM.
api_base: The API base URL to use for the LLM.
Returns:
Expand Down

0 comments on commit 4af1ce8

Please sign in to comment.