Aller au contenu

Playground, o1 et DeepSeek

AI generated translation.

An 8-bit style image shows a sleek, futuristic web application interface on a computer screen. It features icons for AI models like OpenAI o1 and DeepSeek V3 against a user-friendly backdrop. The corporate 5-color palette incorporates geometric shapes to create a digital playground theme, focusing on simplicity and iconic design without people or text.
Generated by 🤖 AI

La nouvelle version de 2025 apporte un certain nombre de nouvelles fonctionnalités et la prise en charge de nouveaux modèles.

Le Playground est une application web auto-hébergée qui vous permet d’exécuter des scripts GenAIScript via une interface conviviale. Il se situe entre l’interface en ligne de commande (CLI) de GenAIScript et l’intégration GenAIScript dans Visual Studio Code.

A screenshot of the playground.

GenAIScript prend en charge les différentes variantes des modèles OpenAI o1 (mini, preview, …). Il ajoute aussi la prise en charge d’outils.

o1 est également disponible sur GitHub Models !

script({ model: "github:openai/o1" });
$`Prove that the sum of the angles of a triangle is 180 degrees.`;

GenAIScript prend en charge DeepSeek V3 via leur API OpenAI.

script({ model: "deepseek:deepseek-chat" });
$`Prove that the sum of the angles of a triangle is 180 degrees.`;