We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8387c4 commit b705d3fCopy full SHA for b705d3f
src/components/common/PromptInput.vue
@@ -332,6 +332,7 @@ export default defineComponent({
332
.chat-input-container {
333
--p-textarea-hover-border-color: transparent;
334
--p-textarea-focus-border-color: transparent;
335
+ padding-top: 0.25rem;
336
}
337
338
.actions {
src/config.ts
@@ -26,6 +26,11 @@ export const providerConfigs = {
26
displayName: "Anthropic",
27
/** @link https://docs.anthropic.com/en/docs/about-claude/models/overview */
28
models: [
29
+ {
30
+ id: "claude-opus-4-6",
31
+ displayName: "claude-opus-4-6",
32
+ contextWindow: 200_000,
33
+ },
34
{
35
id: "claude-opus-4-5-20251101",
36
displayName: "claude-opus-4-5",
0 commit comments