File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments