mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +08:00
fix: 添加注释说明redux设置状态不应被服务层使用
This commit is contained in:
parent
4cf239f165
commit
7f643d058c
@ -21,6 +21,7 @@ export function useVertexAISettings() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: 这些redux设置状态被服务层使用,这是不应该的。
|
||||||
export function getVertexAISettings() {
|
export function getVertexAISettings() {
|
||||||
return store.getState().llm.settings.vertexai
|
return store.getState().llm.settings.vertexai
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user