You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoretically this response would be usable for baibot, ... but the appropriate calls fail with index field missing and usage field missing.
You're absolutely right, that this should be fixed by AnythingLLM and I - certainly - already had submitted an apprpriate report to them too.
Additionally I created a workaround for us with a webhook on our n8n instance which - after getting the response from AnythingLLM - added these fields with 0 and {}.
But on the one hand that is no really nice solution. On the other hand, I think there will be more users thinking like me that using the "openai-compatible" provider would do/use things not as strict as they should be and are not able to integrate additional models into their bot.
Integrating AnythingLLM OpenAI API chat completion results in having the evaluation of the response fail.
The responses do not contain the following fields:
.choices[i].index
.usage
Both seem to be part of the evaluation.
The integration of AnythingLLM was made using the "openai-compatible" provider.
The text was updated successfully, but these errors were encountered: