chore(eslint): enforce consistent import paths (#8)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { streamText as _streamText, convertToCoreMessages } from 'ai';
|
||||
import { getAPIKey } from '../llm/api-key';
|
||||
import { getAnthropicModel } from '../llm/model';
|
||||
import { getAPIKey } from '~/lib/.server/llm/api-key';
|
||||
import { getAnthropicModel } from '~/lib/.server/llm/model';
|
||||
import { MAX_TOKENS } from './constants';
|
||||
import { getSystemPrompt } from './prompts';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user