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
Depending on the LLM used in the backend, the suggested queries route may sometimes return queries with a leading dash and space. Like - fun games with cats instead of fun games with cats.
One approach is to change the LLM model used for the dataset. Another is to replace with a simply regex.
The text was updated successfully, but these errors were encountered:
Depending on the LLM used in the backend, the suggested queries route may sometimes return queries with a leading dash and space. Like
- fun games with cats
instead offun games with cats
.One approach is to change the LLM model used for the dataset. Another is to replace with a simply regex.
The text was updated successfully, but these errors were encountered: