mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
docs: use moonshotai/kimi-k2.5 model for ai-chat (#8674)
This commit is contained in:
@@ -8,7 +8,7 @@ import { checkRateLimit, getClientIP } from "./rate-limit";
|
||||
const openrouter = createOpenRouter({
|
||||
apiKey: process.env.OPENROUTER_API_KEY,
|
||||
});
|
||||
const chatModel = openrouter.chat("anthropic/claude-sonnet-4");
|
||||
const chatModel = openrouter.chat("moonshotai/kimi-k2.5");
|
||||
|
||||
function buildDocsIndex(): string {
|
||||
const pages = source.getPages();
|
||||
|
||||
Reference in New Issue
Block a user