MVN

chat.octet : octet-chat

Maven & Gradle

Feb 16, 2024
11 stars

octet-chat · This is a LLMs project implemented in Java. You can use it to deploy your own private services, supports the Llama2 and GPT models and other open-source models.

<dependency>
    <groupId>chat.octet</groupId>
    <artifactId>octet-chat</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of chat.octet : octet-chat to add to Maven - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of chat.octet : octet-chat to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
octet-chat-1.3.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>chat.octet</groupId>
    <artifactId>octet-chat</artifactId>
    <version>1.3.8</version>
</dependency>

Advertisement