fix(bedrock.py): support custom prompt templates for all providers

Fixes https://github.com/BerriAI/litellm/issues/4239
This commit is contained in:
Krrish Dholakia 2024-06-17 08:28:46 -07:00
parent 3a35a58859
commit 7dd0151f83
3 changed files with 43 additions and 43 deletions

View file

@ -1,12 +1,12 @@
repos:
- repo: local
hooks:
# - id: mypy
# name: mypy
# entry: python3 -m mypy --ignore-missing-imports
# language: system
# types: [python]
# files: ^litellm/
- id: mypy
name: mypy
entry: python3 -m mypy --ignore-missing-imports
language: system
types: [python]
files: ^litellm/
- id: isort
name: isort
entry: isort