Skip to content

Commit

Permalink
wait is it secure_chat_ai on prod?
Browse files Browse the repository at this point in the history
  • Loading branch information
irvins committed Jul 27, 2024
1 parent 7db9647 commit d62a9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MICA.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class MICA extends \ExternalModules\AbstractExternalModule {
use emLoggerTrait;
const BUILD_FILE_DIR = 'mica-chatbot/dist/assets';
const SecureChatInstanceModuleName = 'SecureChatAI';
const SecureChatInstanceModuleName = 'secure_chat_ai';

private \Stanford\SecureChatAI\SecureChatAI $secureChatInstance;
public $system_context_persona;
Expand Down

0 comments on commit d62a9e5

Please sign in to comment.