mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
add completion configs
This commit is contained in:
parent
371e0428d3
commit
2f44191642
7 changed files with 102 additions and 6 deletions
|
@ -281,7 +281,8 @@ from .utils import (
|
|||
register_prompt_template,
|
||||
validate_environment,
|
||||
check_valid_key,
|
||||
get_llm_provider
|
||||
get_llm_provider,
|
||||
completion_with_config
|
||||
)
|
||||
from .main import * # type: ignore
|
||||
from .integrations import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue