哪位大佬配置好的librechat docker安装配置分享下呀

.env、docker-compose.yml、librechat.yml这三个文件就行
我按照教程配置,搭出来的librechat总有模型回答出问题,但这些模型在open webui和lobechat上都是正常的
我在想是不是我的配置文件有问题,哪位正常使用的大佬能分享下呀

2 个赞

看开发文档~
Installation Steps

Clone the Repository

git clone https://github.com/danny-avila/LibreChat.git

Navigate to the LibreChat Directory

cd LibreChat

Create a .env File from .env.example

cp .env.example .env

Note: If you’re using Windows, you might need to use copy instead of cp.

Start LibreChat

docker compose up -d

Access LibreChat!

Visit http://localhost:3080/

官网搭建过程挺详细的,参考着搭没啥问题

我就是在这基础上改了一些参数搭的,总是有模型回答出问题

搭了能用,就是有模型回答出问题,所以想看看是不是我配置有毛病

出问题是什么个问题

那是模型的问题吧?不是你搭配的问题

1、GCP经worker转的claude直接按照Anthropic添加,会报错无法使用
2、GCP经worker转的claude加到new-api,按照openai类型使用,有时正常,有时回复空白
3、azure的gpt直接配置在librechat.yaml中使用,回答是空白;加到new-api中,按照openai添加到librechat,有时正常,有时回复空白
所有模型,直接使用还是加到new-api中,在lobechat、openwebui都是正常使用

但是在lobechat、openwebui中是正常的呀