(Refactor) Code Quality improvement - remove /prompt_templates/ , base_aws_llm.py from /llms folder (#7164)

* fix move base_aws_llm

* fix import

* update enforce llms folder style

* move prompt_templates

* update prompt_templates location

* fix imports

* fix imports

* fix imports

* fix imports

* fix checks
This commit is contained in:
Ishaan Jaff 2024-12-11 00:02:46 -08:00 committed by GitHub
parent b328d42ebc
commit b5d55688e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 135 additions and 81 deletions

View file

@ -14,7 +14,7 @@ from httpx._models import Headers, Response
import litellm
from litellm.litellm_core_utils.asyncify import asyncify
from litellm.llms.base_llm.transformation import BaseConfig, BaseLLMException
from litellm.llms.prompt_templates.factory import custom_prompt, prompt_factory
from litellm.litellm_core_utils.prompt_templates.factory import custom_prompt, prompt_factory
from litellm.types.llms.openai import AllMessageValues
from litellm.types.utils import Usage