[feat] add gpt4-32k

This commit is contained in:
kwaroran
2023-05-26 21:06:50 +09:00
parent 684d787dab
commit 3bd6ea0c76
5 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import { cloneDeep } from 'lodash';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.19.0'
export let appVer = '1.19.1'
export function setDatabase(data:Database){