-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit bb8502e
File tree
132 files changed
+1753
-167
lines changed- .github
- workflows
- examples
- src/main
- java
- assistant
- chat
- completion
- kotlin
- assistant
- chat
- completion
- embeddings
- files
- resources
- gradle/wrapper
- src
- main/kotlin/com/cjcrafter/openai
- assistants
- chat
- tool
- completions
- embeddings
- exception
- files
- jackson
- threads
- message
- util
- test
- kotlin/com/cjcrafter/openai
- chat
- tool
- embeddings
- files
- util
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
132 files changed
+1753
-167
lines changed.gitattributes
100644
100755
Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | - | ||
3 | - | ||
4 | - | ||
5 | 1 |
| |
6 | - | ||
2 | + |
.github/FUNDING.yml
100644
100755
File mode changed.
.github/workflows/dokka-publish.yml
100644
100755
File mode changed.
.gitignore
100644
100755
File mode changed.
LICENSE
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
build.gradle.kts
100644
100755
File mode changed.
examples/build.gradle.kts
100644
100755
File mode changed.
Lines changed: 77 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + |
examples/src/main/java/chat/ChatCompletion.java
100644
100755
File mode changed.
0 commit comments