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
LLM completions frequently include bits of accessory text like "Here are the fields you requested" etc etc.
This happens even when the prompt includes explicit instructions to provide only a given set of results.
OntoGPT attempts to parse these because it doesn't know they aren't part of the split data, resulting in errors like:
LLM completions frequently include bits of accessory text like "Here are the fields you requested" etc etc.
This happens even when the prompt includes explicit instructions to provide only a given set of results.
OntoGPT attempts to parse these because it doesn't know they aren't part of the split data, resulting in errors like:
This doesn't impact the overall results but it's not entirely an error, and could be ignored.
The text was updated successfully, but these errors were encountered: