feat: v1 — persistent shell, model gateway, artifact improvements (#1462)
This commit is contained in:
parent
3651670fb9
commit
f9652b452a
161 changed files with 5166 additions and 8009 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import type { Page } from "@playwright/test";
|
||||
|
||||
const MODEL_BUTTON_REGEX = /Gemini|Claude|GPT|Grok/i;
|
||||
const MODEL_BUTTON_REGEX = /Kimi|Codestral|Mistral|DeepSeek|GPT|Grok/i;
|
||||
|
||||
export class ChatPage {
|
||||
page: Page;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue