sugarforever / chat-ollama

ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.
MIT License
2.58k stars 402 forks source link

怎样使用vercel安装chat-ollama? #431

Open geekfranciswong opened 4 months ago

geekfranciswong commented 4 months ago

安装报错信息 “Running build in Washington, D.C., USA (East) – iad1 Cloning github.com/geekfranciswong/chat-ollama (Branch: main, Commit: 15dfebc) Cloning completed: 312.525ms Previous build cache not available Running "vercel build" Vercel CLI 34.1.9 Error: The pattern "server/api/*/.ts" defined in functions doesn't match any Serverless Functions inside the api directory.”

sugarforever commented 4 months ago

看起来ChatOllama的API代码路径不符合vercel的要求

https://vercel.com/docs/projects/project-configuration#functions

Niko030303 commented 4 months ago

有chat-ollama部署vercel的教程吗