Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web-app/src/mock/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const predefinedProviders = [
{
active: true,
api_key: '',
base_url: 'https://api.anthropic.com/v1',
base_url: 'https://api.anthropic.com',
provider: 'anthropic',
explore_models_url:
'https://docs.anthropic.com/en/docs/about-claude/models',
Expand All @@ -87,8 +87,8 @@ export const predefinedProviders = [
'The base endpoint to use. See the [Anthropic API documentation](https://docs.anthropic.com/en/api/messages) for more information.',
controller_type: 'input',
controller_props: {
placeholder: 'https://api.anthropic.com/v1',
value: 'https://api.anthropic.com/v1',
placeholder: 'https://api.anthropic.com',
value: 'https://api.anthropic.com',
},
},
],
Expand Down
Loading