mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-15 12:16:33 +01:00
refactor: move anthropic/llm.js over to packages/api and update imports
This commit is contained in:
parent
a50a098a6c
commit
796cb2b1ab
4 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const { getLLMConfig } = require('~/server/services/Endpoints/anthropic/llm');
|
||||
const { getLLMConfig } = require('@librechat/api');
|
||||
|
||||
jest.mock('https-proxy-agent', () => ({
|
||||
HttpsProxyAgent: jest.fn().mockImplementation((proxy) => ({ proxy })),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue