mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
updated models
updated models
This commit is contained in:
parent
654620900f
commit
0e82e717b3
@ -294,8 +294,18 @@ export const CodySubscriptionPage: React.FunctionComponent<CodySubscriptionPageP
|
||||
LLM support
|
||||
</Text>
|
||||
<Text className="mb-1 text-muted">
|
||||
Multiple LLM choices for chat
|
||||
<Tooltip content="Claude Instant 1.2, Claude 2, ChatGPT 3.5 Turbo, ChatGPT 4 Turbo Preview">
|
||||
More powerful LLMs for chat and commands
|
||||
<Tooltip content="Everything in free, plus GPT-4o, GPT-4 Turbo, and Claude 3 Opus">
|
||||
<Icon
|
||||
className="ml-1 text-muted"
|
||||
svgPath={mdiInformationOutline}
|
||||
aria-label="More info"
|
||||
/>
|
||||
</Tooltip>
|
||||
</Text>
|
||||
<Text className="mb-1 text-muted">
|
||||
Multiple LLM choices for chat and commands
|
||||
<Tooltip content="Claude 3 (Sonnet, Haiku), Claude Sonnet 3.5, Gemini Flash and Pro, Mixtral">
|
||||
<Icon
|
||||
className="ml-1 text-muted"
|
||||
svgPath={mdiInformationOutline}
|
||||
@ -303,7 +313,6 @@ export const CodySubscriptionPage: React.FunctionComponent<CodySubscriptionPageP
|
||||
/>
|
||||
</Tooltip>
|
||||
</Text>
|
||||
<Text className="mb-0 text-muted">Default LLMs for commands and autocomplete</Text>
|
||||
</div>
|
||||
<div className="border-bottom py-4">
|
||||
<Text weight="bold" className="mb-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user