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
Currently get_workspace_prompt gives the files from gptme.toml with the prefix ```{filename}. It would perhaps be better if it gave the path rather than just the filename, so the LLM is more aware of which file the contents are from. Especially considering files can often have the same name e.g. README.md.
The text was updated successfully, but these errors were encountered:
Nice. Just noticed a similar issue that I'm not sure how much of an issue it is. In some of my included markdown files there is code examples using triple backtick, but since the files included in the prompt use triple backtick it becomes unclear when the file ends and when the code example from within the file begins. Perhaps using something other than triple backtick for the files would be better.
Currently
get_workspace_prompt
gives the files fromgptme.toml
with the prefix ```{filename}. It would perhaps be better if it gave the path rather than just the filename, so the LLM is more aware of which file the contents are from. Especially considering files can often have the same name e.g.README.md
.The text was updated successfully, but these errors were encountered: