Skip to content

Commit

Permalink
Remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Nov 11, 2024
1 parent 5e299b7 commit d8657ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/assistants-api/topics_analyzer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import argparse
import json
import os
import time
from datetime import datetime
Expand Down Expand Up @@ -29,12 +28,6 @@
"""


def show_json(obj):
print()
print(json.loads(obj.model_dump_json()))
print()


def wait_on_run(client: OpenAI, run, thread):
while run.status == "queued" or run.status == "in_progress":
run = client.beta.threads.runs.retrieve(
Expand Down

0 comments on commit d8657ee

Please sign in to comment.