Skip to content

Commit

Permalink
always latest GPT-4 Turbo model
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Jan 29, 2024
1 parent efaff25 commit d0a73ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string-array name="models_openai_values">
<item name="gpt-3.5-turbo">gpt-3.5-turbo</item>
<item name="gpt-3.5-turbo-16k">gpt-3.5-turbo-16k</item>
<item name="gpt-4-turbo">gpt-4-1106-preview</item>
<item name="gpt-4-turbo">gpt-4-turbo-preview</item>
<item name="gpt-4">gpt-4</item>
<item name="gpt-4-32k">gpt-4-32k</item>
</string-array>
Expand Down

0 comments on commit d0a73ae

Please sign in to comment.