Overview
The Run Code feature allows you to execute code in multiple programming languages directly on GBOX.Supported Languages
Language | Identifier | Description |
---|---|---|
Python | python | Python 3.x with common packages |
TypeScript | typescript | TypeScript with tsx runtime |
Bash | bash | Bash shell commands |
Usage
OpenAI Simple Integration
Learn how to integrate OpenAI with GBOX to generate and execute Python code
from natural language prompts
OpenAI Function Calling
Use OpenAI’s Function Calling feature to create an AI assistant that can
execute code in GBOX based on user queries
Anthropic Simple Integration
Learn how to integrate Anthropic Claude with GBOX to generate and execute
Python code from natural language prompts
Anthropic Function Calling
Use Anthropic’s Function Calling feature to create an AI assistant that can
execute code in GBOX based on user queries