Bunny

Results 10 comments of Bunny

> 是的,我们也发现了这个问题,这个报错不影响实际使用,我们将结合最新的发版修复该问题 感谢你的回答,目前只搭建APIPark Dashboard是没什么问题的,搭建Node (API Gateway)会报错这个ollama问题

> 您好,这个问题已经得到了修复,请更新apipark修复该问题 好的感谢 我试试

> 您好,这个问题已经得到了修复,请更新apipark修复该问题 按照文档部署了个翻译机 ![Image](https://github.com/user-attachments/assets/dfb1fc7c-a7ba-4cdf-bd9b-80e57d468d04) 请问怎么调用才能翻译 ![Image](https://github.com/user-attachments/assets/63d9f858-26e0-4352-b636-97cbf7ef0405)

好像使用post 只能做大预言模型的对话 但是无法去根据我的提示词进行内容翻译 ![Image](https://github.com/user-attachments/assets/e69f6a0a-e64d-42b8-9209-58a52045b11f)

请问,有没有任何API文档说明variables的使用方式?

> 您这个调用看起来是没错的,我们先排查一下 variables这个怎么调用呢? 我是使用的Gemini中转openai 的格式?postman应该如何调用我variables的内容进行翻译?

> ![Image](https://github.com/user-attachments/assets/59332299-fb41-4a01-aab2-6bbfbc6793ed) > > 您可以按照这个提示更新到最新的版本 我今天才使用一键脚本安装的最新版本的 我指的是 ![Image](https://github.com/user-attachments/assets/0815166f-9b95-42ef-b82e-42917f29abff) 我按照示例填写 但是怎么让这个body里面的text的variables内容使用大模型给翻译输出出来

> 还请麻烦你重新更新一下apipark-apinto,刚刚修复了prompt被删除了的问题 更新完成后,按照你现在这么填写就可以了 感谢 已经可以了 感觉官方文档并没有提及调用rest服务的时候,填写 API 上游应该如何去写? ![Image](https://github.com/user-attachments/assets/bc8bf87c-eb28-4e0d-bcc0-c40cdf47c145) ![Image](https://github.com/user-attachments/assets/50bf56d1-e7d6-4748-93a8-fb901bd45266)

> 这个原因是你没有修改转发路径,请求路径是客户端请求网关的路径,转发路径是匹配中路由后,网关请求上游的路径 ![Image](https://github.com/user-attachments/assets/17932801-f20d-4081-bbc4-a7a76fe02015) ![Image](https://github.com/user-attachments/assets/bb8e3a6e-6e66-4601-b964-099a7df87f54) 这个转发路径和请求路径,请问具体怎么配置?

这是我们自己API接口进行测试的结果 ![Image](https://github.com/user-attachments/assets/2e86a336-42bf-4534-94e5-032f2743ad21) 但是使用你们这个接口就接入不进来 ![Image](https://github.com/user-attachments/assets/a3f4c227-92c0-42c4-b8d0-2f81afd313cd) 转发上游路径我已经改成了/api/了 请问还有其他的地方需要注意的吗?