Merge branch 'ChatGPTNextWeb:feat-multi-models' into feat-multi-models

This commit is contained in:
brett 2024-04-08 17:36:52 +08:00 committed by GitHub
commit a902f1abac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View File

@ -189,7 +189,6 @@ export class ClaudeApi implements LLMApi {
"anthropic-version": accessStore.anthropicApiVersion,
Authorization: getAuthKey(accessStore.anthropicApiKey),
},
credentials: "include" as RequestCredentials,
};
if (shouldStream) {

View File

@ -327,15 +327,6 @@ export const DEFAULT_MODELS = [
providerType: "anthropic",
},
},
{
name: "claude-3",
available: true,
provider: {
id: "anthropic",
providerName: "Anthropic",
providerType: "anthropic",
},
},
{
name: "claude-3-opus-20240229",
available: true,