Skip to content

Commit 866c72e

Browse files
authored
Merge pull request #424 from ignacio-chiazzo/remove-nonexisten-api
Remove inexistent threads#list API
2 parents d5535fa + da9fa17 commit 866c72e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: lib/openai/threads.rb

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ def initialize(client:)
44
@client = client.beta(assistants: "v1")
55
end
66

7-
def list
8-
@client.get(path: "/threads")
9-
end
10-
117
def retrieve(id:)
128
@client.get(path: "/threads/#{id}")
139
end

0 commit comments

Comments
 (0)