mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-12-07 18:03:40 -05:00
Fix system prompt for FIM
This commit is contained in:
@ -250,9 +250,6 @@ QString DocumentContextReader::getInstructions() const
|
||||
{
|
||||
QString instructions;
|
||||
|
||||
if (Settings::contextSettings().useSpecificInstructions())
|
||||
instructions += getSpecificInstructions();
|
||||
|
||||
if (Settings::contextSettings().useFilePathInContext())
|
||||
instructions += getLanguageAndFileInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user