File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ native SetChatBotEncoding(encoding);
1717native ClearMemory (id);
1818native RequestToChatBot (const prompt[], id);
1919native SelectChatBot (type);
20+ native GetChatBotType ();
2021native SetAPIKey (const apiKey[]);
2122native SetSystemPrompt (const systemPrompt[]);
2223native SetModel (const model[]);
Original file line number Diff line number Diff line change @@ -112,14 +112,10 @@ PLUGIN_EXPORT unsigned int PLUGIN_CALL Supports()
112112
113113PLUGIN_EXPORT bool PLUGIN_CALL Load (void **ppData)
114114{
115- Sleep (5000 );
116-
117115 pAMXFunctions = ppData[PLUGIN_DATA_AMX_EXPORTS];
118116 logprintf = (logprintf_t )ppData[PLUGIN_DATA_LOGPRINTF];
119117 logprintf (" ChatBot Plugin %s by SimoSbara loaded" , PLUGIN_VERSION);
120-
121- // Sleep(5000);
122-
118+
123119 InitParams ();
124120
125121 running = true ;
You can’t perform that action at this time.
0 commit comments