mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-05 17:54:44 -05:00
🐛 fix: Move api key from request json to config
This commit is contained in:
@ -35,6 +35,7 @@ struct LLMConfig
|
||||
QJsonObject providerRequest;
|
||||
RequestType requestType;
|
||||
bool multiLineCompletion;
|
||||
QString apiKey;
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::LLMCore
|
||||
|
||||
Reference in New Issue
Block a user