mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-08-22 22:25:15 -04:00
refactor: Add model output settings instead smartprocessing setting (#220)
This commit is contained in:
@ -278,7 +278,7 @@ if __name__ == "__main__":
|
||||
"/path/to/file.py",
|
||||
"text/python");
|
||||
|
||||
m_completeSettings.smartProcessInstuctText.setValue(true);
|
||||
m_completeSettings.modelOutputHandler.setValue(0);
|
||||
|
||||
m_requestHandler->setFakeCompletion(
|
||||
"Here's the code: ```cpp\nint main() {\n return 0;\n}\n```");
|
||||
|
Reference in New Issue
Block a user