mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
refactor: move llm.spec.js over to packages/api and update import
This commit is contained in:
parent
f5bb44e652
commit
d5accf55c8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const { getLLMConfig } = require('@librechat/api');
|
||||
const { getLLMConfig } = require('./llm');
|
||||
|
||||
jest.mock('https-proxy-agent', () => ({
|
||||
HttpsProxyAgent: jest.fn().mockImplementation((proxy) => ({ proxy })),
|
Loading…
Add table
Add a link
Reference in a new issue