Skip to content

Commit 7e08378

Browse files
author
Brian Genisio
committed
Adding a configuration and turning off code execution
It doesn't work without a paid API key so we should not expose it.
1 parent 83288da commit 7e08378

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/tag-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Prepare the environment
4040
- name: Prepare environment
4141
run: |
42-
cp .env.example .env
42+
cp .env.example .env && cp librechat.codesignal.yaml librechat.yaml
4343
4444
# Build and push Docker images for each target
4545
- name: Build and push Docker images

librechat.codesignal.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# For more information, see the Configuration Guide:
2+
# https://www.librechat.ai/docs/configuration/librechat_yaml
3+
4+
# Configuration version (required)
5+
version: 1.2.1
6+
7+
# Custom interface configuration
8+
interface:
9+
runCode: false
10+
endpointsMenu: true
11+
modelSelect: true
12+
parameters: true
13+
sidePanel: true
14+
presets: true
15+
prompts: true
16+
bookmarks: true
17+
multiConvo: true
18+
agents: false

0 commit comments

Comments
 (0)