add completion configs

This commit is contained in:
Krrish Dholakia 2023-09-21 14:00:07 -07:00
parent 371e0428d3
commit 2f44191642
7 changed files with 102 additions and 6 deletions

View file

@ -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 *