mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-06 02:45:56 +08:00
fix: model name is not displayed correctly when there is no conversation
This commit is contained in:
@@ -252,7 +252,7 @@ async function prepareForRightClickMenu() {
|
||||
container.className = 'chatgptbox-toolbar-container-not-queryable'
|
||||
render(
|
||||
<FloatingToolbar
|
||||
session={initSession()}
|
||||
session={initSession({ modelName: userConfig.modelName })}
|
||||
selection={data.selectionText}
|
||||
container={container}
|
||||
triggered={true}
|
||||
|
||||
Reference in New Issue
Block a user