mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Chat history WIP.
Reverted completion fuzzy search.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
namespace ecode {
|
||||
|
||||
class LLMChatUI;
|
||||
|
||||
class AIAssistantPlugin : public PluginBase {
|
||||
public:
|
||||
static PluginDefinition Definition() {
|
||||
@@ -34,6 +36,8 @@ class AIAssistantPlugin : public PluginBase {
|
||||
|
||||
std::string getConversationsPath() const;
|
||||
|
||||
LLMChatUI* newAIAssistant();
|
||||
|
||||
protected:
|
||||
LLMProviders mProviders;
|
||||
bool mUIInit{ false };
|
||||
@@ -57,7 +61,6 @@ class AIAssistantPlugin : public PluginBase {
|
||||
|
||||
void initUI();
|
||||
|
||||
void newAIAssistant();
|
||||
};
|
||||
|
||||
} // namespace ecode
|
||||
|
||||
Reference in New Issue
Block a user