Skip to content

Commit f1a76e4

Browse files
update api.chat to use promptId from request
1 parent 248c44f commit f1a76e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes/api.chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { type ActionFunctionArgs } from '@remix-run/cloudflare';
22
import { createDataStream, generateId } from 'ai';
33
import { MAX_RESPONSE_SEGMENTS, MAX_TOKENS, type FileMap } from '~/lib/.server/llm/constants';
4-
import { CONTINUE_PROMPT } from '~/lib/common/prompts/prompts';
4+
import { CONTINUE_PROMPT } from '~/lib/common/prompts/fine-tuned';
55
import { streamText, type Messages, type StreamingOptions } from '~/lib/.server/llm/stream-text';
66
import SwitchableStream from '~/lib/.server/llm/switchable-stream';
77
import type { IProviderSetting } from '~/types/model';

0 commit comments

Comments
 (0)