• BlueRaw's avatar
    add editable custom model (#794) · 2c208e3a
    BlueRaw 提交于
    Now users can free to edit their custom models by double clicking any
    custom models created in each provider.
    Before this, they have to delete -> create a new one.
    I simply add an edit panel (which looks the same as 'Add Custom Model')
    and integrate that process into the "update" button.
    
    There is one more issue that if a user deletes a model that he was using
    in chat, then back to chat, that model would still appear (and work)
    unless user chooses a new one.
    Tried to modify "delete-custom-model" in language_model_handlers.ts by
    the logic that if the name of that model matches the latest using one ->
    switch to auto (or default) model. Yet I failed, maybe need more
    explanation for this :)
    2c208e3a
名称
最后提交
最后更新
..
__tests__ 正在载入提交数据...
app 正在载入提交数据...
atoms 正在载入提交数据...
client_logic 正在载入提交数据...
components 正在载入提交数据...
constants 正在载入提交数据...
contexts 正在载入提交数据...
db 正在载入提交数据...
hooks 正在载入提交数据...
ipc 正在载入提交数据...
lib 正在载入提交数据...
main 正在载入提交数据...
neon_admin 正在载入提交数据...
pages 正在载入提交数据...
paths 正在载入提交数据...
prompts 正在载入提交数据...
routes 正在载入提交数据...
shared 正在载入提交数据...
store 正在载入提交数据...
styles 正在载入提交数据...
supabase_admin 正在载入提交数据...
utils 正在载入提交数据...
backup_manager.ts 正在载入提交数据...
main.ts 正在载入提交数据...
preload.ts 正在载入提交数据...
renderer.tsx 正在载入提交数据...
router.ts 正在载入提交数据...