mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-15 23:18:09 +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,6 +1,6 @@
|
|||
const { getLLMConfig } = require('@librechat/api');
|
||||
const { EModelEndpoint } = require('librechat-data-provider');
|
||||
const { getUserKey, checkUserKeyExpiry } = require('~/server/services/UserService');
|
||||
const { getLLMConfig } = require('~/server/services/Endpoints/anthropic/llm');
|
||||
const AnthropicClient = require('~/app/clients/AnthropicClient');
|
||||
|
||||
const initializeClient = async ({ req, res, endpointOption, overrideModel, optionsOnly }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue