File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { KHOJ_AGENT , KHOJ_API_URL } from '$env/static/private'
2- import { PERMANENT_CONTEXT , buildKhojPrompt } from '$lib/prompts '
2+ import { PERMANENT_CONTEXT , buildKhojPrompt } from '$lib/prompt '
33import type { Message , ToneType } from '$lib/types'
44import { extractReplies , formatAsUserAndAssistant , parseSummaryToHumanReadable } from '$lib/utils'
55import { fetchRelevantHistory } from './history'
Original file line number Diff line number Diff line change 88} from '$env/static/private'
99import { fetchRelevantHistory } from './history'
1010import { logger } from './logger'
11- import { PERMANENT_CONTEXT , buildReplyPrompt } from './prompts '
11+ import { PERMANENT_CONTEXT , buildReplyPrompt } from './prompt '
1212import type { Message , OpenAIConfig , ToneType } from './types'
1313import { formatAsUserAndAssistant } from './utils'
1414
File renamed without changes.
You can’t perform that action at this time.
0 commit comments