feat(chunk): add chunk editing and image preview functionality
This commit is contained in:
@@ -69,7 +69,7 @@ export function useLlmModelSetting() {
|
||||
|
||||
const fetchMyLlm = async () => {
|
||||
try {
|
||||
const res = await userService.my_llm();
|
||||
const res = await userService.my_llm({include_details: true});
|
||||
const llm_dic = res.data.data || {};
|
||||
setMyLlm(llm_dic);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user