Compare commits

6 Commits

4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# AI Chat Platform - "Kairon"
# 🤖 AI Chat Platform - "Kairon"
**Asistente personal de IA completamente offline y privado**

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.pablotj</groupId>
<artifactId>ai-chat-offline</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>chat-api</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.pablotj</groupId>
<artifactId>ai-chat-offline</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>chat-web-client</artifactId>

View File

@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pablotj</groupId>
<artifactId>ai-chat-offline</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<parent>