Skip to content
A small, flat, 8-bit style illustration features simple colored blocks linked by straight lines to depict API and cloud connections. Each block displays a basic symbol, including representations of artificial intelligence, a cloud, code, an environment file, and a lock for security. Iconic, abstract shapes indicate major tech providers like OpenAI, Azure, Google, Hugging Face, GitHub, and Anthropic. The arrangement is clear and geometric, with each block in a unique color from a five-color palette, all on a transparent background with no text, people, or visual effects.

Configuration

You will need to configure the LLM connection and authorization secrets. You can use remote (like OpenAI, Azure, etc.) and local models (like Ollama, Jan, LMStudio, etc.) with GenAIScript.

There are a few shortcuts where GenAIScript will automatically detect the configuration; otherwise, you’ll want to follow the configuration instructions.

  • in Visual Studio Code with GitHub Copilot Chat installed, GenAIScript will automatically use the Copilot Chat models
  • in a GitHub Codespace, GenAIScript will automatically use GitHub Models
  • if Ollama is running, GenAIScript will automatically use the Ollama models

If none of these scenario apply, follow the configuration instructions.

Write your first script.