mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
fix: Remove global state (#1216)
* Remove all global settings state * chore: remove autogenerated class * chore: cleanup * chore: merge conflicts
This commit is contained in:
parent
f394ca61bb
commit
022bd718e3
24 changed files with 286 additions and 190 deletions
|
|
@ -5,8 +5,12 @@ server:
|
|||
# Dummy secrets used for tests
|
||||
secret: "foo bar; dummy secret"
|
||||
|
||||
|
||||
data:
|
||||
local_data_folder: local_data/tests
|
||||
|
||||
llm:
|
||||
mode: mock
|
||||
mode: mock
|
||||
|
||||
ui:
|
||||
enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue