Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename open-ai module to ai-bot #1300

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
HoussemNasri marked this conversation as resolved.
Show resolved Hide resolved
File renamed without changes.
HoussemNasri marked this conversation as resolved.
Show resolved Hide resolved
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. `gpt@example.com` 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. `gpt@example.com` 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>