mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 05:12:55 +02:00
deploy: 8d0b468345
This commit is contained in:
parent
19fcdca35d
commit
f2b60db65d
29 changed files with 138 additions and 118 deletions
|
|
@ -41,6 +41,16 @@ llm_providers:
|
|||
- model: mistral/mistral-7b-instruct
|
||||
base_url: http://mistral_local
|
||||
|
||||
# Model aliases - friendly names that map to actual provider names
|
||||
model_aliases:
|
||||
# Alias for summarization tasks -> fast/cheap model
|
||||
arch.summarize.v1:
|
||||
target: gpt-4o
|
||||
|
||||
# Alias for general purpose tasks -> latest model
|
||||
arch.v1:
|
||||
target: mistral-8x7b
|
||||
|
||||
# provides a way to override default settings for the arch system
|
||||
overrides:
|
||||
# By default Arch uses an NLI + embedding approach to match an incoming prompt to a prompt target.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue