mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 22:43:42 +08:00
Compare commits
2 Commits
3ddbbbdc98
...
v2.15.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe5a4f4447 | ||
|
|
27828d9ca8 |
@@ -8,7 +8,7 @@ export function useAllModels() {
|
|||||||
const models = useMemo(() => {
|
const models = useMemo(() => {
|
||||||
return collectModelsWithDefaultModel(
|
return collectModelsWithDefaultModel(
|
||||||
configStore.models,
|
configStore.models,
|
||||||
[accessStore.customModels, configStore.customModels].join(","),
|
[configStore.customModels, accessStore.customModels].join(","),
|
||||||
accessStore.defaultModel,
|
accessStore.defaultModel,
|
||||||
);
|
);
|
||||||
}, [
|
}, [
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "NextChat",
|
"productName": "NextChat",
|
||||||
"version": "2.14.2"
|
"version": "2.15.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Reference in New Issue
Block a user