Update stream-text.ts

This commit is contained in:
Yaqub Mahmoud 2025-01-28 12:48:10 +09:00
parent 9cce045752
commit 55dc81eb1f

View File

@ -1,6 +1,5 @@
import { streamText as _streamText, convertToCoreMessages } from 'ai';
import { getAPIKey } from '~/lib/.server/llm/api-key';
import { getAnthropicModel } from '~/lib/.server/llm/model';
import { MAX_TOKENS } from './constants';
import { getSystemPrompt } from './prompts';