ai mod cmds improvements, remove phi4 models for bad performance to output, push example env
This commit is contained in:
parent
173d4e7a52
commit
3b6d200b21
6 changed files with 40 additions and 20 deletions
2
webui/.env.example
Normal file
2
webui/.env.example
Normal file
|
@ -0,0 +1,2 @@
|
|||
botApiUrl = "http://kowalski:3030"
|
||||
databaseUrl = "postgres://kowalski:kowalski@localhost:5432/kowalski"
|
1
webui/.gitignore
vendored
1
webui/.gitignore
vendored
|
@ -32,6 +32,7 @@ yarn-error.log*
|
|||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue