add sonnet 3.5 for aws and custom (#541)
# PR Checklist - [ ] Did you check if it works normally in all models? *ignore this when it dosen't uses models* - [ ] Did you check if it works normally in all of web, local and node hosted versions? if it dosen't, did you blocked it in those versions? - [ ] Did you added a type def? # Description aws += sonnet-3-5 custom += sonnet-3-5, gpt-4-turbo
This commit is contained in:
@@ -174,6 +174,7 @@
|
||||
<OptionInput value="gpt4">GPT-4</OptionInput>
|
||||
<OptionInput value="gpt4o">GPT-4o</OptionInput>
|
||||
<OptionInput value="gpt4_32k">GPT-4 32k</OptionInput>
|
||||
<OptionInput value="gpt4_turbo">GPT-4 Turbo</OptionInput>
|
||||
<OptionInput value="gpt4_1106">GPT-4 Turbo 1106</OptionInput>
|
||||
<OptionInput value="gptvi4_1106">GPT-4 Turbo 1106 Vision</OptionInput>
|
||||
<OptionInput value="gpt35_0301">GPT-3.5 0301</OptionInput>
|
||||
@@ -190,6 +191,7 @@
|
||||
<OptionInput value="claude-instant-v1.1-100k">claude-instant-v1.1-100k</OptionInput>
|
||||
<OptionInput value="claude-3-opus-20240229">claude-3-opus-20240229</OptionInput>
|
||||
<OptionInput value="claude-3-sonnet-20240229">claude-3-sonnet-20240229</OptionInput>
|
||||
<OptionInput value="claude-3-5-sonnet-20240620">claude-3-5-sonnet-20240620</OptionInput>
|
||||
<OptionInput value="custom">Custom</OptionInput>
|
||||
</SelectInput>
|
||||
{#if $DataBase.proxyRequestModel === 'custom'}
|
||||
|
||||
Reference in New Issue
Block a user