issues
search
Lambdua
/
openai4j
Java client library for OpenAI API.Full support for all OpenAI API models including Completions, Chat, Edits, Embeddings, Audio, Files, Assistants-v2, Images, Moderations, Batch, and Fine-tuning.
MIT License
332
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
#77 add UserMessageBuilder
#78
Lambdua
closed
1 day ago
0
Optimization of UserMessage creation method, added builder method creation
#77
Lambdua
closed
1 day ago
1
Method to set the image processing quality
#76
MightyElemental
closed
1 day ago
5
add new function support get all file form a
#75
Charo7
closed
5 days ago
0
make strict work for function definition
#74
terryyin
closed
1 week ago
1
Why strict is left out for function definition?
#73
terryyin
closed
1 week ago
4
Batch 部分属性由Integer改为Long,可以兼容智谱清言的批处理返回对象。
#72
fastjrun
closed
3 weeks ago
0
chat completion api support new model: gpt-4o-audio-preview
#71
big-mouth-cn
closed
3 weeks ago
0
新增 ChatMessageAccumulatorWrapper,以便于能够在使用chatCompletion时使用原始 chunk 数据…
#70
big-mouth-cn
closed
1 month ago
0
ToolCall 没调用
#69
Mr-LiuDC
closed
1 month ago
2
add ToolCallFileSearch class to hold the file search results
#68
nobodyiam
closed
1 month ago
1
jackson必须要升级到2.14.2吗?
#67
kingxjs
closed
2 months ago
2
Unable to connect azure with api version
#66
anoopnarang
closed
2 months ago
2
feat: 更新文件搜索工具类及测试用例 #61
#65
Lambdua
closed
2 months ago
0
bug: StreamOption.includeUsage = true causes OpenAiService.mapStreamT…
#64
Lambdua
closed
2 months ago
0
Issues while switching over from TheoKanning/openai-java
#63
anoopnarang
closed
2 months ago
2
Unsupported value: 'messages[0].role' does not support 'system' with this model.
#62
1050TIt0p
closed
2 months ago
1
FileSearchTool deserialization exception: Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJECT`)
#61
Karleon-WEI
closed
1 month ago
9
StreamOption.includeUsage = true causes OpenAiService.mapStreamToAccumulator to throw java.lang.IndexOutOfBoundsException
#60
MishaKopaniov
closed
2 months ago
1
使用assistant file_search时,如果回复有文件的引用,则会发生Unknown event name: thread.run.incomplete
#59
Karleon-WEI
closed
3 months ago
3
More user-friendly way to create image messages from local image files
#58
bertilmuth
closed
3 months ago
3
Basic support for structured outputs
#57
bertilmuth
closed
3 months ago
0
修复ChatMessag role字段重复问题
#56
funs690
closed
3 months ago
5
Function calling `strict` param suport
#55
Lambdua
closed
3 months ago
0
A new option for the `response_format` parameter
#54
Lambdua
closed
3 months ago
4
Safe Structured Outputs `refusal` field add
#53
Lambdua
closed
3 months ago
0
标准的 Openai ChatCompletion JSON 参数字符串没法转成 ChatCompletionRequest
#52
Mr-LiuDC
closed
4 months ago
4
Use Uploads to upload large files in multiple parts.
#51
Lambdua
opened
4 months ago
1
支持添加default_headers吗?
#50
zhaijunxiao
closed
4 months ago
3
如何解决chatgpt4 上下文的问题呢
#49
LeeSmallNorth
closed
4 months ago
1
添加更灵活的支持自定义http拦截器的注入方式
#48
Lambdua
opened
5 months ago
0
service服务支持重试机制,提高稳健性.
#47
Lambdua
opened
5 months ago
0
Handler dispatch failed: java.lang.NoClassDefFoundError: com/theokanning/openai/assistants/thread/ThreadRequest
#46
cikichen
closed
5 months ago
6
Add ImageURL to Assistant Message Content
#45
chrisetheridge
closed
5 months ago
0
Assistant Message and image_url
#44
chrisetheridge
closed
5 months ago
5
Max num results
#43
Lambdua
closed
5 months ago
0
Support for max_num_results in FileSearchTool
#42
thekeenmonk
closed
5 months ago
3
ImageContent from byte array or input stream
#41
maximehamm
closed
5 months ago
1
Token统计可以计算文件搜索时使用的token数量吗
#40
HappyDitto
closed
5 months ago
3
Support parallel tool calls
#39
Lambdua
closed
5 months ago
0
jonUtil improvement
#38
Lambdua
closed
5 months ago
0
JsonUtil improvement
#37
propertius
closed
5 months ago
1
parallel_tool_calls parameter support in Assistants and Chat Completions APIs
#36
propertius
closed
5 months ago
3
support customize how the file_search tool chunks your data and how m…
#35
Lambdua
closed
5 months ago
0
Customizing File Search settings
#34
Lambdua
closed
5 months ago
0
反序列化ChatCompletionRequest对象失败
#33
egan-mw
closed
6 months ago
4
objectMapper optimization
#31
Lambdua
closed
6 months ago
0
代码中存在大量ObjectMapper实例
#30
Lambdua
closed
6 months ago
0
删除deserializer中是否为json的判断
#29
I-am-DJ
closed
6 months ago
1
兼容stream function 参数为空的stream累加情况
#28
Lambdua
closed
6 months ago
0
Next