Skip to content
An 8-bit style computer terminal is depicted alongside a gear and network node icons, using a flat 2D geometric design with only five distinct colors. The image is small, at 128 by 128 pixels, and completely avoids people, text, shadows, gradients, reflections, backgrounds, or any three-dimensional effects. The composition suggests themes of computer configuration and network connectivity.

Configure

Interactive command to configure and validate the LLM connections.

The configure llm action allows you to configure and validate the LLM connections. This is useful for ensuring that your application can communicate with the LLMs you intend to use.

Terminal window
genaiscript configure llm

The configure action generates the scaffolding of files to publish a script as a custom containerized GitHub Action.

Terminal window
genaiscript configure action <my-script-id>

Most of the action metadata is mined from the script itself, so you only need to provide the name of the script. It exports the generated files under .genaiscript/action/<script-id> by default, but you can override this when updating an existing action project.