I have tried following the guide to use custom LLM...
# general-english
r
I have tried following the guide to use custom LLM. Especially here: https://github.com/VapiAI/server-side-example-javascript-bun/blob/main/src/api/custom-llm/basic.ts The server was working well on my side, the response format was also exactly the same. But the response from the custom LLM did not get to the call. The call just stay silent. Anyone experiencing same issue?
2 Views