Skip to content

Commit

Permalink
remove legacy APIs (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu authored Nov 23, 2023
1 parent 94766da commit ea30cb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions agentops/llm_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
class LlmTracker:
SUPPORTED_APIS = {
'openai': (
"Edit.create",
"Completion.create",
"ChatCompletion.create",
"Edit.acreate",
"Completion.acreate",
"ChatCompletion.acreate",
)
}
Expand Down

0 comments on commit ea30cb4

Please sign in to comment.