mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
refactor(llm): remove unused import in api.chat.ts
This commit is contained in:
parent
1d6304a169
commit
c744d2ec96
@ -1,7 +1,6 @@
|
||||
import { type ActionFunctionArgs } from '@remix-run/cloudflare';
|
||||
import { MAX_RESPONSE_SEGMENTS, MAX_TOKENS } from '~/lib/.server/llm/constants';
|
||||
import { getCurrentLLMType, selectLLM } from '~/lib/.server/llm/llm-selector';
|
||||
// import { CONTINUE_PROMPT } from '~/lib/.server/llm/prompts';
|
||||
import { streamText } from '~/lib/.server/llm/stream-text';
|
||||
import type { Messages, StreamingOptions } from '~/lib/.server/llm/llm-interface';
|
||||
import SwitchableStream from '~/lib/.server/llm/switchable-stream';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user