mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
fix(factory.py): add replicate meta llama prompt templating support
This commit is contained in:
parent
a26ecbad97
commit
cf24e3eb02
4 changed files with 26 additions and 4 deletions
|
@ -31,6 +31,9 @@ model_list:
|
|||
- litellm_params:
|
||||
model: gpt-3.5-turbo
|
||||
model_name: gpt-3.5-turbo
|
||||
- model_name: llama-3
|
||||
litellm_params:
|
||||
model: replicate/meta/meta-llama-3-8b-instruct
|
||||
router_settings:
|
||||
allowed_fails: 3
|
||||
context_window_fallbacks: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue