mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
aichat: update to gpt-5.1
This commit is contained in:
parent
32429308f3
commit
20a2dc258f
2 changed files with 7 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ clients:
|
||||||
- name: anthropic/claude-sonnet-4.5
|
- name: anthropic/claude-sonnet-4.5
|
||||||
- name: anthropic/claude-haiku-4.5
|
- name: anthropic/claude-haiku-4.5
|
||||||
- name: anthropic/claude-opus-4.1
|
- name: anthropic/claude-opus-4.1
|
||||||
- name: openai/gpt-5
|
- name: openai/gpt-5.1
|
||||||
|
- name: openai/gpt-5.1-codex
|
||||||
- name: openai/gpt-5-mini
|
- name: openai/gpt-5-mini
|
||||||
- name: x-ai/grok-code-fast-1
|
- name: x-ai/grok-code-fast-1
|
||||||
- name: x-ai/grok-4-fast
|
- name: x-ai/grok-4-fast
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,11 @@
|
||||||
app-id = "^gimp$";
|
app-id = "^gimp$";
|
||||||
title = "^GIMP Startup$";
|
title = "^GIMP Startup$";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# Generic wechat floating window
|
||||||
|
app-id = "^wechat$";
|
||||||
|
title = "^wechat$";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
open-focused = false;
|
open-focused = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue