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
The current integration of GPT4All models doesn't support the ChatWithFunctions or the prompts with deserialisation. So it's not possible to deserialise a response into a Kotlin data class, for example.
In a previous version, we have a previous version to instruct the LLM to produce serializable json based on a schema. This was deleted here:
The current integration of GPT4All models doesn't support the ChatWithFunctions or the prompts with deserialisation. So it's not possible to deserialise a response into a Kotlin data class, for example.
In a previous version, we have a previous version to instruct the LLM to produce serializable json based on a schema. This was deleted here:
#186
The objective of this ticket is to see if makes sense to bring this functionality to the local models.
The text was updated successfully, but these errors were encountered: