devflowinc / devflowinc/steam-explorer
bug: remove leading dashes and numbering in suggested queries
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.