File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,8 @@ For more use cases [see tests](https://github.com/JuliaML/OpenAI.jl/tree/main/te
67
67
## Feature requests
68
68
69
69
Feel free to open a PR, or file an issue if that's out of reach!
70
+
71
+ # Notes
72
+
73
+ * The [ Assistants API was changed upstream] ( https://github.com/JuliaML/OpenAI.jl/issues/71 ) ,
74
+ so these functions are currently disabled.
Original file line number Diff line number Diff line change @@ -555,11 +555,11 @@ export create_embeddings
555
555
export create_images
556
556
557
557
# Assistant exports
558
- export list_assistants
559
- export create_assistant
560
- export get_assistant
561
- export delete_assistant
562
- export modify_assistant
558
+ # export list_assistants
559
+ # export create_assistant
560
+ # export get_assistant
561
+ # export delete_assistant
562
+ # export modify_assistant
563
563
564
564
# Thread exports
565
565
export create_thread
Original file line number Diff line number Diff line change 33
33
@testset " embeddings" begin
34
34
include (" embeddings.jl" )
35
35
end
36
- @testset " assistants" begin
37
- include (" assistants.jl" )
38
- end
36
+ # @testset "assistants" begin
37
+ # include("assistants.jl")
38
+ # end
39
39
# https://github.com/JuliaML/OpenAI.jl/issues/46
40
40
# @testset "usage" begin
41
41
# include("usage.jl")
You can’t perform that action at this time.
0 commit comments