mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 05:03:43 +08:00
fix: docker rag bug
This commit is contained in:
@@ -56,8 +56,10 @@ export const useAccessStore = createPersistStore(
|
||||
return get().needCode;
|
||||
},
|
||||
|
||||
isEnableRAG() {
|
||||
return ensure(get(), ["isEnableRAG"]);
|
||||
enableRAG() {
|
||||
this.fetch();
|
||||
|
||||
return get().isEnableRAG;
|
||||
},
|
||||
|
||||
isValidOpenAI() {
|
||||
|
||||
Reference in New Issue
Block a user