File size: 1,412 Bytes
3459571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "/embeddings": [
    "test_embedding.py"
  ],
  "/audio/translations": [
    "test_translations.py"
  ],
  "/audio/transcriptions": [
    "test_transcriptions.py"
  ],
  "/moderations": [
    "test_moderations.py"
  ],
  "/images/generations": [
    "test_images.py"
  ],
  "/batches": [
    "test_batches.py"
  ],
  "/vector_stores": [
    "test_vector_stores.py"
  ],
  "/fine_tuning/jobs": [
    "test_jobs.py",
    "test_checkpoints.py"
  ],
  "/assistants": [
    "test_assistants.py"
  ],
  "/threads/{thread_id}/runs": [
    "test_runs.py"
  ],
  "/threads/{thread_id}/runs/{run_id}/steps": [
    "test_steps.py"
  ],
  "/vector_stores/{vector_store_id}/file_batches": [
    "test_file_batches.py"
  ],
  "/messages": [
    "test_messages.py"
  ],
  "/vector_stores/{vector_store_id}/files": [
    "test_files.py"
  ],
  "/chat/completions": [
    "test_completions.py"
  ],
  "/threads": [
    "test_threads.py"
  ],
  "/audio/speech": [
    "test_speech.py"
  ],
  "/models": [
    "test_models.py"
  ],
  "native_client_sdk_only": [
    "test_streaming.py"
  ],
  "utils": [
    "test_response.py",
    "test_client.py",
    "test_extract_files.py",
    "test_typing.py",
    "test_legacy_response.py",
    "test_module_client.py",
    "test_old_api.py",
    "test_proxy.py",
    "test_qs.py",
    "test_required_args.py",
    "test_transform.py",
    "test_azure.py",
    "test_deepcopy.py"
  ]
}