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
321 stars 26 forks source link

File search implementation request #2

Closed ApzSK closed 6 months ago

ApzSK commented 6 months ago

Hey, thanks for taking over the project and continuing development on it.

Can you please add File Search tool and provide some examples?

Thanks in advance!

Lambdua commented 6 months ago

com.theokanning.openai.service.assistants.RunAndRunStepTest unit test uses the fileSearch function. You can view the code logic according to the order of the order annotations, and I will supplement the example file later. Thank you

ApzSK commented 6 months ago

Thanks that works!