mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-03 06:40:20 +01: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', () => ({
|
jest.mock('https-proxy-agent', () => ({
|
||||||
HttpsProxyAgent: jest.fn().mockImplementation((proxy) => ({ proxy })),
|
HttpsProxyAgent: jest.fn().mockImplementation((proxy) => ({ proxy })),
|
||||||
Loading…
Add table
Add a link
Reference in a new issue