mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-16 17:09:44 +00:00
0.25.2 (#108)
* 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:
parent
60cb271e30
commit
a28cf2a029
12 changed files with 242 additions and 22 deletions
|
@ -9,6 +9,7 @@ module.exports = defineConfig({
|
|||
},
|
||||
|
||||
devServer: {
|
||||
allowedHosts: "all",
|
||||
client: {
|
||||
overlay: {
|
||||
warnings: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue