We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac90302 commit 0df2a75Copy full SHA for 0df2a75
demohouse/longterm_memory/frontend/src/demo/longTermMemory/stores/useConfigStore.ts
@@ -27,7 +27,7 @@ const initialState = {
27
botId: '-',
28
apiPath:
29
process.env.NODE_ENV === 'development'
30
- ? 'http://localhost:8082/memory_api'
+ ? 'http://localhost:8080/memory_api'
31
: '', //按实际情况修改
32
};
33
export const useConfigStore = create<IState>((set, get) => ({
0 commit comments