forked from open-webui/open-webui
fix: gitignore
This commit is contained in:
parent
14dd0d11fb
commit
43f9a827d3
2 changed files with 9 additions and 2 deletions
7
backend/.gitignore
vendored
7
backend/.gitignore
vendored
|
@ -6,8 +6,11 @@ uploads
|
||||||
*.db
|
*.db
|
||||||
_test
|
_test
|
||||||
Pipfile
|
Pipfile
|
||||||
data/*
|
!/data
|
||||||
!data/config.json
|
/data/*
|
||||||
|
!/data/litellm
|
||||||
|
/data/litellm/*
|
||||||
!data/litellm/config.yaml
|
!data/litellm/config.yaml
|
||||||
|
|
||||||
|
!data/config.json
|
||||||
.webui_secret_key
|
.webui_secret_key
|
4
backend/data/litellm/config.yaml
Normal file
4
backend/data/litellm/config.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
general_settings: {}
|
||||||
|
litellm_settings: {}
|
||||||
|
model_list: []
|
||||||
|
router_settings: {}
|
Loading…
Reference in a new issue