* fix typo

* fix openai compat config save issue maybe

* fix api_handles_prompt_template no longer saving changes after last fix

* koboldcpp client

* default to kobold ai api

* linting

* conversation cleanup tweak

* 0.25.2

* allowed hosts to all on dev instance

* ensure numbers on parameters when sending edited values

* fix prompt parameter issues

* remove debug message
This commit is contained in:
veguAI 2024-05-10 21:29:29 +03:00 committed by GitHub
parent 60cb271e30
commit a28cf2a029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 242 additions and 22 deletions

View file

@ -9,6 +9,7 @@ module.exports = defineConfig({
},
devServer: {
allowedHosts: "all",
client: {
overlay: {
warnings: false,