aichat: update to gpt-5.1

This commit is contained in:
js0ny 2025-11-17 20:27:46 +00:00
parent 32429308f3
commit 20a2dc258f
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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;
} }