|
|
|
version: 1.0.5 |
|
|
|
|
|
cache: true |
|
|
|
|
|
endpoints: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
custom: |
|
|
|
- name: "groq" |
|
apiKey: "${GROQ_API_KEY}" |
|
baseURL: "https://api.groq.com/openai/v1/" |
|
models: |
|
default: [ |
|
"llama2-70b-4096", |
|
"mixtral-8x7b-32768", |
|
"gemma-7b-it" |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleModel: "mixtral-8x7b-32768" |
|
summarize: false |
|
summaryModel: "mixtral-8x7b-32768" |
|
forcePrompt: false |
|
modelDisplayLabel: "groq" |
|
|
|
|
|
- name: "Mistral" |
|
apiKey: "${MISTRAL_API_KEY}" |
|
baseURL: "https://api.mistral.ai/v1" |
|
models: |
|
default: [ |
|
"mistral-tiny", |
|
"mistral-small", |
|
"mistral-medium", |
|
"mistral-large-latest" |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleMethod: "completion" |
|
titleModel: "mistral-tiny" |
|
summarize: false |
|
summaryModel: "mistral-tiny" |
|
forcePrompt: false |
|
modelDisplayLabel: "Mistral" |
|
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"] |
|
|
|
|
|
- name: "Perplexity" |
|
apiKey: "user_provided" |
|
baseURL: "https://api.perplexity.ai/" |
|
models: |
|
default: [ |
|
"mistral-7b-instruct", |
|
"sonar-small-chat", |
|
"sonar-small-online", |
|
"sonar-medium-chat", |
|
"sonar-medium-online" |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleModel: "sonar-medium-chat" |
|
summarize: false |
|
summaryModel: "sonar-medium-chat" |
|
forcePrompt: false |
|
dropParams: ["stop", "frequency_penalty"] |
|
modelDisplayLabel: "Perplexity" |