File size: 1,250 Bytes
70e6ff7 3772222 75897d0 3772222 8b501fb 563d66a 165baa1 3772222 63fc436 165baa1 75897d0 3772222 165baa1 3772222 165baa1 3772222 63fc436 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
version: 1.1.6
cache: true
registration:
socialLogins: ["discord", "facebook", "github", "google", "openid"]
endpoints:
custom:
- name: "CablyAI"
apiKey: "${CABLYAI_API_KEY}"
baseURL: "https://cablyai.com/"
models:
default:
- "chatgpt-4o-latest"
- "claude-3.5-sonnet"
- "gpt-3.5-turbo"
- "gpt-3.5-turbo-0125"
- "gpt-3.5-turbo-0301"
- "gpt-3.5-turbo-0613"
- "gpt-3.5-turbo-1106"
- "gpt-3.5-turbo-16k"
- "gpt-3.5-turbo-instruct"
- "gpt-4"
- "gpt-4-0314"
- "gpt-4-1106-preview"
- "gpt-4-32k"
- "gpt-4-32k-0314"
- "gpt-4-turbo"
- "gpt-4-turbo-preview"
- "gpt-4-vision-preview"
- "gpt-4o"
- "gpt-4o-2024-05-13"
- "gpt-4o-2024-08-06"
- "gpt-4o-mini"
- "gpt-4o-mini-2024-07-18"
- "o1-mini"
- "o1-mini-2024-09-12"
- "o1-preview"
- "o1-preview-2024-09-12"
fetch: false
titleConvo: true
titleModel: "claude-3.5-sonnet"
summarize: false
summaryModel: "claude-3.5-sonnet"
forcePrompt: false
modelDisplayLabel: "CablyAI"
|