How websearch work in API? #1777
Replies: 2 comments 9 replies
-
WebSearch is a UI feature. It's accessed via the KoboldAI lite ui. If you want to access it over the API, you should make a POST request to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for reply, I tried but it returns |
Beta Was this translation helpful? Give feedback.
9 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.
-
Recently I have installed kobold cpp with
model L3-8B-Stheno-v3.2-Q4_K_S.gguf
and enabled web search. It is showing websearch module is loaded. But i don't get how to trigger websearch usinghttp://localhost:5001/v1/chat/completions
? Is that anything i am missing?Beta Was this translation helpful? Give feedback.
All reactions