diff --git a/src/puter-js/test/ai.test.js b/src/puter-js/test/ai.test.js index 44440ff6d..263914c91 100644 --- a/src/puter-js/test/ai.test.js +++ b/src/puter-js/test/ai.test.js @@ -6,6 +6,7 @@ const TEST_MODELS = [ "openrouter:openai/gpt-4.1-mini", "openrouter:anthropic/claude-3.5-sonnet-20240620", "gpt-4o-mini", + "openai/gpt-4.1-nano", "claude-sonnet-4-latest", // Add more models as needed ]; diff --git a/src/puter-js/test/run.html b/src/puter-js/test/index.html similarity index 100% rename from src/puter-js/test/run.html rename to src/puter-js/test/index.html