[Feature] The Start of AI Integration within ITFlow

This commit is contained in:
johnnyq
2024-02-05 21:01:34 -05:00
parent e7586fcfb5
commit dc69101624
8 changed files with 118 additions and 6 deletions

View File

@@ -228,6 +228,13 @@
</li>
<?php } ?>
<li class="nav-item">
<a href="settings_ai.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_ai.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-robot"></i>
<p>AI</p>
</a>
</li>
<li class="nav-item">
<a href="settings_integrations.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_integrations.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-plug"></i>