Skip to content

Commit

Permalink
feat: added gpt-4-1106-preview in ChatGPT model settings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Nov 7, 2023
1 parent 9f19d15 commit 8ac5fc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2.0.0-beta.3","build_id":17,"total_build":221}
{"version":"2.0.0-beta.3","build_id":18,"total_build":222}
3 changes: 3 additions & 0 deletions frontend/src/views/preference/OpenAISettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const data: IData = inject('data')!
<a-form layout="vertical">
<a-form-item :label="$gettext('ChatGPT Model')">
<a-select v-model:value="data.openai.model">
<a-select-option value="gpt-4-1106-preview">
{{ $gettext('GPT-4-Turbo') }}
</a-select-option>
<a-select-option value="gpt-4">
{{ $gettext('GPT-4') }}
</a-select-option>
Expand Down
2 changes: 1 addition & 1 deletion frontend/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2.0.0-beta.3","build_id":17,"total_build":221}
{"version":"2.0.0-beta.3","build_id":18,"total_build":222}

0 comments on commit 8ac5fc2

Please sign in to comment.