Skip to main content
LibreChat is joining ClickHouse to power the open-source Agentic Data Stack 🎉 Learn more
LibreChat

Wolfram|Alpha

How to set up and configure the Wolfram Alpha tool

The Wolfram|Alpha tool gives agents access to computation, math, curated knowledge, unit conversion, scientific data, and real-time data. An AppID must be supplied in all calls to the Wolfram|Alpha API.

  • Note: Wolfram API calls are limited to 100 calls/day and 2000/month for regular users.

Make an account

Get your AppID

  • Visit the Developer Portal and click on Get an AppID
  • Select LLM API as the API and copy the key

Configure LibreChat

Add your AppID to .env:

WOLFRAM_APP_ID=your-app-id

Restart LibreChat after changing .env.

DeploymentCommand
Dockerdocker compose down && docker compose up -d
LocalStop the server, then run npm run backend again

Add the Tool to an Agent

In LibreChat, select Agents, create or edit an agent, open the agent's Tools list, select Wolfram, and save the agent. See the Agents section for more information.

How is this guide?