Skip to content

Commit

Permalink
fix: 修复openai服务商名称
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Mar 5, 2024
1 parent 8c02d33 commit acab4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webview/src/apps/llmodel/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<label class="form-label">服务商 *</label>
<select name="provider" class="form-select" [(ngModel)]="formdata.provider" required>
<option value="google">Google</option>
<option value="opeanai">OpenAI</option>
<option value="openai">OpenAI</option>
<option value="xunfei">科大讯飞</option>
<option value="baidu">百度千帆(文心一言)</option>
</select>
Expand Down
2 changes: 1 addition & 1 deletion webview/src/apps/llmodel/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<label class="form-label">服务商 *</label>
<select name="provider" class="form-select" [(ngModel)]="formdata.provider" required>
<option value="google">Google</option>
<option value="opeanai">OpenAI</option>
<option value="openai">OpenAI</option>
<option value="xunfei">科大讯飞</option>
<option value="baidu">百度千帆(文心一言)</option>
</select>
Expand Down

0 comments on commit acab4a8

Please sign in to comment.