|
version: 1.0.4 |
|
|
|
cache: true |
|
|
|
|
|
endpoints: |
|
assistants: |
|
disableBuilder: true |
|
custom: |
|
|
|
- name: "OpenRouter" |
|
apiKey: "${OPENROUTER_API_KEY}" |
|
baseURL: "https://openrouter.ai/api/v1" |
|
models: |
|
"default": [ |
|
"openrouter/auto", |
|
"nousresearch/nous-capybara-7b:free", |
|
"mistralai/mistral-7b-instruct:free", |
|
"openchat/openchat-7b:free", |
|
"gryphe/mythomist-7b:free", |
|
"undi95/toppy-m-7b:free", |
|
"openrouter/cinematika-7b:free" |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleModel: "gpt-3.5-turbo" |
|
summarize: false |
|
summaryModel: "gpt-3.5-turbo" |
|
forcePrompt: false |
|
modelDisplayLabel: "OpenRouter" |
|
|
|
|
|
- name: "NagaAI" |
|
apiKey: "${NAGA_API_KEY}" |
|
baseURL: "https://api.naga.ac/v1" |
|
models: |
|
default: [ |
|
"gpt-3.5-turbo-0125", |
|
"gpt-3.5-turbo-1106", |
|
"gpt-3.5-turbo-0613", |
|
"gemini-pro", |
|
"llama-2-70b-chat", |
|
"llama-2-13b-chat", |
|
"llama-2-7b-chat", |
|
"mistral-7b" |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleModel: "gpt-3.5-turbo" |
|
summarize: false |
|
summaryModel: "gpt-3.5-turbo" |
|
forcePrompt: false |
|
modelDisplayLabel: "NagaAI" |
|
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/NagaAI.png" |
|
|
|
|
|
- name: "Zukijourney" |
|
apiKey: "${ZUKI_API_KEY}" |
|
baseURL: "https://zukijourney.xyzbot.net/unf" |
|
models: |
|
default: [ |
|
"gpt-3.5-turbo", |
|
"gpt-3.5-turbo-1106", |
|
"gpt-3.5-turbo-0125", |
|
"gpt-3.5-turbo-instruct", |
|
"gpt-3.5-turbo-16k", |
|
"gpt-4", |
|
"gpt-4-32k", |
|
"gpt-4-1106-preview", |
|
"gpt-4-0125-preview", |
|
"gpt-4-vision-preview", |
|
"claude", |
|
"claude-2", |
|
"claude-2.1", |
|
"claude-instant-v1", |
|
"claude-instant-v1-100k", |
|
"pplx-70b-online", |
|
"palm-2", |
|
"bard", |
|
"gemini-pro", |
|
"gemini-pro-vision", |
|
"mixtral-8x7b", |
|
"mixtral-8x7b-instruct", |
|
"mistral-tiny", |
|
"mistral-small", |
|
"mistral-medium", |
|
"mistral-7b-instruct", |
|
"codellama-7b-instruct", |
|
"llama-2-7b", |
|
"llama-2-70b-chat", |
|
"mythomax-l2-13b-8k", |
|
"sheep-duck-llama", |
|
"goliath-120b", |
|
"nous-llama", |
|
"yi-34b", |
|
"openchat", |
|
"solar10-7b", |
|
"pi" |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleModel: "gpt-3.5-turbo" |
|
summarize: false |
|
summaryModel: "gpt-3.5-turbo" |
|
forcePrompt: false |
|
modelDisplayLabel: "Zukijourney" |
|
iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/zuki.png" |