-
Hello, I wanted to know if someone recently has gotten llama-server bench working. I'm running into a lot of issues when attempting to follow the example. When the server is running, to properly get a response I need to post to url
So when updating that to remove the suffix, and changing the post json body removing the message key, and using a prompt key, I run into chunk handling errors from line 111. From the example's script.js:
The response from my server is in format when posting a prompt to
and this format doesn't have any I'd really like to get this to work, so any advice would be greatly appreciated! Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
my bad, figured out that I needed to add the /v1 suffix to my url for the script.js to properly formulate the full url to post to. |
Beta Was this translation helpful? Give feedback.
my bad, figured out that I needed to add the /v1 suffix to my url for the script.js to properly formulate the full url to post to.