Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: new supported API providers for AI

These include Deepseek, MoonshotAI and Perplexity

authored by

Scan and committed by
GitHub
5c1abfe9 ed4b4ddf

+3
+3
src/routes/apiKeys.ts
··· 11 11 'openrouter.ai', 12 12 'generativelanguage.googleapis.com', 13 13 'api.anthropic.com', 14 + 'api.deepseek.com', 15 + 'api.moonshot.ai', 16 + 'api.perplexity.ai' 14 17 ]; 15 18 16 19 function getOpenAIClient(apiKey: string, baseURL?: string): OpenAI {