feat(web): redesign settings page (#26)

* perf: change model ui

* feat: edit provider

* feat: layout update

* fix: scroll bug

* feat: model and provider

* feat: Setting

* perf: chat page
This commit is contained in:
Quincy
2026-02-06 23:37:57 +08:00
committed by GitHub
parent 7d43c064c0
commit 85976afad7
14 changed files with 397 additions and 380 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ host = "localhost"
port = 5432
user = "postgres"
password = "1234"
database = "postgres"
database = "demo"
sslmode = "disable"