Use Aihubmix with PraisonAI TypeScript
export AIHUBMIX_API_KEY=...
import { Agent } from 'praisonai'; const agent = new Agent({ name: 'AihubmixAgent', instructions: 'You are a helpful assistant.', llm: 'aihubmix/model' }); const response = await agent.chat('Hello!');