Skip to content

Instantly share code, notes, and snippets.

@nampdn
Last active April 19, 2026 14:47
Show Gist options
  • Select an option

  • Save nampdn/59aa6f59476bdb3fe3ced2b8159f54e4 to your computer and use it in GitHub Desktop.

Select an option

Save nampdn/59aa6f59476bdb3fe3ced2b8159f54e4 to your computer and use it in GitHub Desktop.
version: 1.3.5
cache: true
interface:
modelSelect: true # users need this to pick models
parameters: false
presets: false
prompts:
use: false
create: false
share: false
public: false
bookmarks: false
memories: false
multiConvo: false
temporaryChat: false
marketplace:
use: false
runCode: false
webSearch: false
fileSearch: false
fileCitations: false
agents:
use: false
create: false
share: false
public: false
mcpServers:
use: false
create: false
share: false
public: false
peoplePicker:
users: false
groups: false
roles: false
# ------------------------------------------------------------------------------
# ENDPOINTS
# ------------------------------------------------------------------------------
endpoints:
agents:
disableBuilder: true
capabilities: []
custom:
- name: "ChatTrust" # <-- no dot
apiKey: "${MY_PROVIDER_KEY}"
baseURL: "https://llm.chattrust.ai/v1"
iconURL: "openAI"
models:
default: ["ChatTrust-Beta"]
fetch: false # <-- safer: literal names only
titleConvo: true
titleModel: "ChatTrust-Beta"
modelDisplayLabel: "ChatTrust.AI"
modelSpecs:
enforce: true
prioritize: true
list:
- name: "chattrust-default"
label: "ChatTrust.AI"
default: true
preset:
endpoint: "ChatTrust" # <-- matches custom.name exactly
model: "ChatTrust-Beta"
modelLabel: "ChatTrust.AI"
promptPrefix: "${SYSTEM_PROMPT}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment