Skip to content

Commit

Permalink
fix: undo class beta dev ex change
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Mar 22, 2024
1 parent eb64bbc commit a2cbae5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions portkey_ai/api_resources/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ class Portkey(APIClient):
models: apis.Models

class beta:
assistants: apis.Assistants
threads: apis.Threads

def __init__(self, client: Portkey) -> None:
self.assistants = apis.Assistants(client)
self.threads = apis.Threads(client)
Expand Down Expand Up @@ -109,9 +106,6 @@ class AsyncPortkey(AsyncAPIClient):
models: apis.AsyncModels

class beta:
assistants: apis.AsyncAssistants
threads: apis.AsyncThreads

def __init__(self, client: AsyncPortkey) -> None:
self.assistants = apis.AsyncAssistants(client)
self.threads = apis.AsyncThreads(client)
Expand Down

0 comments on commit a2cbae5

Please sign in to comment.