ChatGPTNextWeb / ChatGPTNextWeb/NextChat

[Bug]ollama私有化部署,使用nextchat docker启动服务如何配置

Open
#6,304 27 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
88.8k
Forks
59.1k
PR merge metrics
No merged PRs in 30d

Description

### 📦 部署方式

Docker

### 📌 软件版本

v2.15.8

### 💻 系统环境

Other Linux

### 📌 系统版本

7

### 🌐 浏览器

Chrome

### 📌 浏览器版本

latest

### 🐛 问题描述

通过ollama私有化部署deepseek后,我想使用nextchat给团队使用。通过docker启动时,配置参数如下
docker run -d -p 3000:3000 -e BASE_URL=http://127.0.0.1:11434 -e CUSTOM_MODELS="+deepseek-r1-14b" -e DEFAULT_MODEL="deepseek-r1:14b" yidadaa/chatgpt-next-web
访问页面后

![Image](https://github.com/user-attachments/assets/2a99c4b8-7b75-4130-ab2d-64fc1086ef48)
没有使用到自定义接口定义 导致功能无法使用

提问:请问在我这种使用场景下,该如何配置启动信息

### 📷 复现步骤

_No response_

### 🚦 期望结果

_No response_

### 📝 补充信息

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.