This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///usr/bin/env jbang "$0" "$@" ; exit $? | |
//JAVA 21+ | |
//DEPS org.openjfx:javafx-controls:21:${os.detected.jfxname} | |
//DEPS org.openjfx:javafx-graphics:21:${os.detected.jfxname} | |
//DEPS org.openjfx:javafx-swing:21:${os.detected.jfxname} | |
//DEPS io.quarkus:quarkus-bom:3.17.6@pom | |
//DEPS io.quarkiverse.mcp:quarkus-mcp-server-stdio:1.0.0.Alpha2 | |
//DEPS io.quarkus:quarkus-qute | |
import java.awt.image.BufferedImage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sources": [ | |
{ | |
"url": "https://docs.mistral.ai/api/" | |
} | |
], | |
"id": "codestral-latest", | |
"object": "model", | |
"name": "Mistral Codestral", | |
"version": "1.1", |