Remove duplicated state tracking for chatgpt.

This commit is contained in:
Adam Treat
2023-06-20 14:02:46 -04:00
committed by AT
parent 7d2ce06029
commit 84ec4311e9
2 changed files with 6 additions and 8 deletions

View File

@@ -158,7 +158,6 @@ private:
LLModelInfo m_modelInfo;
LLModelType m_modelType;
QString m_modelName;
bool m_isChatGPT;
// The following are only accessed by this thread
QString m_defaultModel;