Skip to content

Commit

Permalink
Rename open-ai module to ai-bot (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoussemNasri authored Nov 13, 2024
1 parent 4e38525 commit 3107f5b
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# OpenAI third party
# AIBot third party

We provide a mailet extension for OpenAI integration. The goal is to provide a mail bot at e.g. `[email protected]` that replies to users' questions.
We provide a mailet extension for OpenAI-compatible APIs integration. The goal is to provide a mail bot at e.g. `[email protected]` that replies to users' questions.

To use this extension, please plug the external jar `tmail-open-ai-jar-with-dependencies.jar` into your TMail application.
To use this extension, please plug the external jar `tmail-ai-bot-jar-with-dependencies.jar` into your TMail application.

Sample `mailetcontainer.xml` configuration:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>tmail-open-ai</artifactId>
<name>Twake Mail :: Third Party</name>
<artifactId>tmail-ai-bot</artifactId>
<name>Twake Mail :: Third Party :: AIBot</name>
<description>OpenAI integration for Twake Mail</description>

<properties>
Expand Down Expand Up @@ -80,7 +80,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<finalName>tmail-open-ai</finalName>
<finalName>tmail-ai-bot</finalName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion tmail-backend/tmail-third-party/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<packaging>pom</packaging>

<modules>
<module>open-ai</module>
<module>ai-bot</module>
<module>openpaas</module>
</modules>
</project>

0 comments on commit 3107f5b

Please sign in to comment.