OpenAI.jl icon indicating copy to clipboard operation
OpenAI.jl copied to clipboard

OpenAI API wrapper for Julia

Results 7 OpenAI.jl issues
Sort by recently updated
recently updated
newest added

Can we generate Julia API from [OpenAPI specification](https://github.com/openai/openai-openapi) use [OpenAPI.jl](https://github.com/JuliaComputing/OpenAPI.jl)

Hi there! You might want to consider adding a default wordstream() function. The function parses the stream and it seems to work as is. If you think it is ok,...

It would be excellent to add the newly available API endpoints and capabilities that have been announced today, eg, [ ] Assistants (incl. Code Interpreter): https://platform.openai.com/docs/assistants/overview [x] Vision (with B64...

enhancement

It would be excellent to add some examples in the docs. I suspect it is hard for newcomers to use the various endpoints and also debug the common error. There...

documentation

I hope this isn't a silly question, but is create_completion missing an argument for including a prompt? Or is it possible to provide an example of how to create a...

wontfix

https://openai.com/blog/introducing-chatgpt-and-whisper-apis ``` julia> CC = OpenAI.create_completion("-......................", "gpt-3.5-turbo") ERROR: request status HTTP/2 404: { "error": { "message": "This is a chat model and not supported in the v1/completions endpoint. Did you...

enhancement

I would like to propose moving streaming functionality to a separate package (made by me): https://github.com/svilupp/StreamCallbacks.jl Why? - provides an implementation that can be shared across other providers (Anthropic, OpenAI,...