A simple example showing how to use a tool.
- Node.js v20.0+
- pnpm (recommended) or npm
- Nebius AI Key
-
Copy the environment variables file and add your OpenAI API key:
cp .env.example .env
Then edit
.envand add your OpenAI API key:NEBIUS_API_KEY=your-api-key-here
-
Install dependencies:
pnpm install -
Run the example:
pnpm start