Replies: 1 comment
-
|
您好,需要尽可能详细的信息,以便 LLM 能够正确读取。 https://github.com/open-webui/openapi-servers/blob/5336f1f41eff272d05169dcb7c51b38a83da749c/servers/time/main.py#L53 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check Existing Issues
Problem Description
因为我的接口是需要填入query这个参数的,也就是说我在定义tools的时候使用了python的request请求了我的api接口,但是为什么模型在做推理回复的时候,没有调用该tools呢
Desired Solution you'd like
因为我的接口是需要填入query这个参数的,也就是说我在定义tools的时候使用了python的request请求了我的api接口,但是为什么模型在做推理回复的时候,没有调用该tools呢
Alternatives Considered
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions