Skip to content

Commit

Permalink
fix(desktop): remove useless code on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Jun 28, 2024
1 parent 1ae1f54 commit a21455b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/views/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,16 +308,6 @@
@select="handleAIConfigHostSelected"
@change="handleAIConfigChanged('host')"
></el-autocomplete>
<!-- <el-input
size="mini"
v-model.trim="aiConfig.openAIAPIHost"
placeholder="https://api.openai.com/v1"
type="text"
clearable
:disabled="!enableCopilot"
@clear="handleAIConfigChanged('host')"
@blur="handleAIConfigChanged('host')"
></el-input> -->
</el-col>
</el-row>
<el-divider></el-divider>
Expand Down

0 comments on commit a21455b

Please sign in to comment.