-
Notifications
You must be signed in to change notification settings - Fork 160
bug:ollama not found #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
是的,我们也发现了这个问题,这个报错不影响实际使用,我们将结合最新的发版修复该问题 |
感谢你的回答,目前只搭建APIPark Dashboard是没什么问题的,搭建Node (API Gateway)会报错这个ollama问题 |
您如果有ollama,可以进行配置,该问题就会没有 |
您好,这个问题已经得到了修复,请更新apipark修复该问题 |
好的感谢 我试试 |
请问,有没有任何API文档说明variables的使用方式? |
您这个调用看起来是没错的,我们先排查一下 |
variables这个怎么调用呢? 我是使用的Gemini中转openai 的格式?postman应该如何调用我variables的内容进行翻译? |
还请麻烦你重新更新一下apipark-apinto,刚刚修复了prompt被删除了的问题 |
这个原因是你没有修改转发路径,请求路径是客户端请求网关的路径,转发路径是匹配中路由后,网关请求上游的路径 |
转发上游路径就填你上游的接口路径就好了啊,比如你上游的接口路径路径是/web/user/info |
鉴权没有共用的问题,你可以自己创建一个和你后端服务一样的鉴权 |
Current Behavior
我使用的是Ubuntu24.04的系统,一键脚本本地部署报错ollama not found
Expected Behavior
No response
Error Logs
ℹ Info: Updating apipark node cluster...
ℹ Info: curl -s -i -H "Content-Type: application/json" -d "{"name":"admin","password":"aezieY2a"}" http://10.135.40.8:18288/api/v1/account/login/username
✔ Passed: login success
ℹ Info: curl -s -X PUT -H "Cookie: session=26a1b775-9e2f-4d20-9f49-823c6cd1d7f4" -d "{"manager_address":"10.135.40.8:9400"}" http://10.135.40.8:18288/api/v1/cluster/reset
✘ Error: Update apipark node cluster failed: {"code":-1,"success":"fail","msg":"ollama address not found"}
Steps to Reproduce
No response
Environment
uname -a
):The text was updated successfully, but these errors were encountered: