mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
llm listener split (#155)
This commit is contained in:
parent
8b5db45507
commit
e81ca8d5cf
16 changed files with 305 additions and 54 deletions
|
|
@ -16,11 +16,15 @@ overrides:
|
|||
prompt_target_intent_matching_threshold: 0.6
|
||||
|
||||
llm_providers:
|
||||
- name: open-ai-gpt-4
|
||||
- name: gpt-4o
|
||||
access_key: OPENAI_API_KEY
|
||||
provider: openai
|
||||
model: gpt-4o
|
||||
default: true
|
||||
- name: mistral-large-latest
|
||||
access_key: MISTRAL_API_KEY
|
||||
provider: mistral
|
||||
model: mistral-large-latest
|
||||
|
||||
system_prompt: |
|
||||
You are a helpful assistant.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue