langchain4j

Форк
1
88 строк · 2.6 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
    <modelVersion>4.0.0</modelVersion>
6

7
    <parent>
8
        <groupId>dev.langchain4j</groupId>
9
        <artifactId>langchain4j-parent</artifactId>
10
        <version>0.29.0-SNAPSHOT</version>
11
        <relativePath>../langchain4j-parent/pom.xml</relativePath>
12
    </parent>
13

14
    <artifactId>langchain4j-open-ai</artifactId>
15
    <name>LangChain4j :: Integration :: OpenAI</name>
16

17
    <dependencies>
18

19
        <dependency>
20
            <groupId>dev.langchain4j</groupId>
21
            <artifactId>langchain4j-core</artifactId>
22
        </dependency>
23

24
        <dependency>
25
            <groupId>dev.ai4j</groupId>
26
            <artifactId>openai4j</artifactId>
27
        </dependency>
28

29
        <dependency>
30
            <groupId>com.knuddels</groupId>
31
            <artifactId>jtokkit</artifactId>
32
        </dependency>
33

34
        <dependency>
35
            <groupId>org.projectlombok</groupId>
36
            <artifactId>lombok</artifactId>
37
            <scope>provided</scope>
38
        </dependency>
39

40
        <dependency>
41
            <groupId>org.junit.jupiter</groupId>
42
            <artifactId>junit-jupiter-engine</artifactId>
43
            <scope>test</scope>
44
        </dependency>
45

46
        <dependency>
47
            <groupId>org.junit.jupiter</groupId>
48
            <artifactId>junit-jupiter-params</artifactId>
49
            <scope>test</scope>
50
        </dependency>
51

52
        <dependency>
53
            <groupId>org.assertj</groupId>
54
            <artifactId>assertj-core</artifactId>
55
            <scope>test</scope>
56
        </dependency>
57

58
        <dependency>
59
            <groupId>dev.langchain4j</groupId>
60
            <artifactId>langchain4j-core</artifactId>
61
            <classifier>tests</classifier>
62
            <type>test-jar</type>
63
            <scope>test</scope>
64
        </dependency>
65

66
        <dependency>
67
            <groupId>org.tinylog</groupId>
68
            <artifactId>tinylog-impl</artifactId>
69
            <scope>test</scope>
70
        </dependency>
71
        <dependency>
72
            <groupId>org.tinylog</groupId>
73
            <artifactId>slf4j-tinylog</artifactId>
74
            <scope>test</scope>
75
        </dependency>
76

77
    </dependencies>
78

79
    <licenses>
80
        <license>
81
            <name>Apache-2.0</name>
82
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
83
            <distribution>repo</distribution>
84
            <comments>A business-friendly OSS license</comments>
85
        </license>
86
    </licenses>
87

88
</project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.