kimjammer / Neuro

A recreation of Neuro-Sama originally created in 7 days.
MIT License
198 stars 26 forks source link

Empty ai output. #10

Closed Hugoang08 closed 4 months ago

Hugoang08 commented 5 months ago

The request proses in the llmWrapper isn't giving any response. any suggestion on how to fix this?

Screenshot 2024-05-28 074612 Screenshot 2024-05-28 074914

kimjammer commented 5 months ago

Hi there. This is likely not a problem in llmWrapper/Neuro. We can see in your second image that the LLM is only generating one token (the stop token), so it looks like the AI didn't give a response. Please verify that your API (specifically the chat endpoint) is functioning correctly with a tool like Bruno with the system prompt as the prompt. If the API is functioning correctly, you can use neurofrontend's "lobotomy" tab to look at the prompt that is being sent to the LLM. See if there is anything weird there.

kimjammer commented 4 months ago

Closing for staleness. Please feel free to reopen if you have further comments.