From 6a72c261e2efb0de5a9f8597bbfa2e78b3e81e5b Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 12 Oct 2025 16:28:12 -0700 Subject: [PATCH] closes #1722 --- src/puter-js/test/ai.test.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/puter-js/test/ai.test.js b/src/puter-js/test/ai.test.js index 263914c91..f5b9a5aba 100644 --- a/src/puter-js/test/ai.test.js +++ b/src/puter-js/test/ai.test.js @@ -3,12 +3,13 @@ // Define models to test const TEST_MODELS = [ - "openrouter:openai/gpt-4.1-mini", - "openrouter:anthropic/claude-3.5-sonnet-20240620", - "gpt-4o-mini", - "openai/gpt-4.1-nano", + "openrouter:openai/gpt-5-nano", + "openrouter:anthropic/claude-sonnet-4", + "google/gemini-2.5-pro", + "deepseek-chat", + "gpt-5-nano", + "openai/gpt-5-nano", "claude-sonnet-4-latest", - // Add more models as needed ]; // Core test functions that can be reused across models