mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
prompt formatting for together ai llama2 models
This commit is contained in:
parent
51b64c59f3
commit
090ec35a4d
4 changed files with 31 additions and 23 deletions
|
@ -7,7 +7,7 @@ import time
|
|||
from typing import Callable
|
||||
from litellm.utils import ModelResponse
|
||||
from typing import Optional
|
||||
from .huggingface_model_prompt_templates.factory import prompt_factory, custom_prompt
|
||||
from .prompt_templates.factory import prompt_factory, custom_prompt
|
||||
|
||||
class HuggingfaceError(Exception):
|
||||
def __init__(self, status_code, message):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue