Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use Cloudflare Workers AI with PraisonAI TypeScript
export CLOUDFLARE_API_TOKEN=... export CLOUDFLARE_ACCOUNT_ID=...
import { Agent } from 'praisonai'; const agent = new Agent({ name: 'CFAgent', instructions: 'You are a helpful assistant.', llm: 'cloudflare-workers-ai/@cf/meta/llama-2-7b-chat-int8' });