Skip to content

Commit 47f8325

Browse files
committed
fix label for docs
1 parent 4a3cead commit 47f8325

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

openapi.yaml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ paths:
4343
4444
print(response.data)
4545
- lang: Python v2
46-
label: Together AI SDK (Python v2)
46+
label: Python v2
4747
source: |
4848
from together import Together
4949
import os
@@ -102,7 +102,7 @@ paths:
102102
103103
print(response.id)
104104
- lang: Python v2
105-
label: Together AI SDK (Python v2)
105+
label: Python v2
106106
source: |
107107
from together import Together
108108
import os
@@ -182,7 +182,7 @@ paths:
182182

183183
print(response.id)
184184
- lang: Python v2
185-
label: Together AI SDK (Python v2)
185+
label: Python v2
186186
source: |
187187
from together import Together
188188
import os
@@ -265,7 +265,7 @@ paths:
265265
266266
print(response.choices[0].message.content)
267267
- lang: Python v2
268-
label: Together AI SDK (Python v2)
268+
label: Python v2
269269
source: |
270270
from together import Together
271271
import os
@@ -407,7 +407,7 @@ paths:
407407
408408
print(response.choices[0].text)
409409
- lang: Python v2
410-
label: Together AI SDK (Python v2)
410+
label: Python v2
411411
source: |
412412
from together import Together
413413
import os
@@ -542,7 +542,7 @@ paths:
542542
543543
print(response.data[0].embedding)
544544
- lang: Python v2
545-
label: Together AI SDK (Python v2)
545+
label: Python v2
546546
source: |
547547
from together import Together
548548
import os
@@ -668,7 +668,7 @@ paths:
668668
for model in models:
669669
print(model.id)
670670
- lang: Python v2
671-
label: Together AI SDK (Python v2)
671+
label: Python v2
672672
source: |
673673
from together import Together
674674
import os
@@ -776,7 +776,7 @@ paths:
776776
777777
print(response.job_id)
778778
- lang: Python v2
779-
label: Together AI SDK (Python v2)
779+
label: Python v2
780780
source: |
781781
from together import Together
782782
import os
@@ -906,7 +906,7 @@ paths:
906906
907907
print(response.data[0].url)
908908
- lang: Python v2
909-
label: Together AI SDK (Python v2)
909+
label: Python v2
910910
source: |
911911
from together import Together
912912
import os
@@ -1076,7 +1076,7 @@ paths:
10761076
for file in response.data:
10771077
print(file.id)
10781078
- lang: Python v2
1079-
label: Together AI SDK (Python v2)
1079+
label: Python v2
10801080
source: |
10811081
from together import Together
10821082
import os
@@ -1150,7 +1150,7 @@ paths:
11501150
11511151
print(file)
11521152
- lang: Python v2
1153-
label: Together AI SDK (Python v2)
1153+
label: Python v2
11541154
source: |
11551155
from together import Together
11561156
import os
@@ -1224,7 +1224,7 @@ paths:
12241224
12251225
print(response)
12261226
- lang: Python v2
1227-
label: Together AI SDK (Python v2)
1227+
label: Python v2
12281228
source: |
12291229
from together import Together
12301230
import os
@@ -1298,7 +1298,7 @@ paths:
12981298
12991299
print(file.filename)
13001300
- lang: Python v2
1301-
label: Together AI SDK (Python v2)
1301+
label: Python v2
13021302
source: |
13031303
from together import Together
13041304
import os
@@ -1383,7 +1383,7 @@ paths:
13831383
13841384
print(file.id)
13851385
- lang: Python v2
1386-
label: Together AI SDK (Python v2)
1386+
label: Python v2
13871387
source: |
13881388
from together import Together
13891389
import os
@@ -1502,7 +1502,7 @@ paths:
15021502
15031503
print(response)
15041504
- lang: Python v2
1505-
label: Together AI SDK (Python v2)
1505+
label: Python v2
15061506
source: |
15071507
from together import Together
15081508
import os
@@ -1699,7 +1699,7 @@ paths:
16991699
for fine_tune in response.data:
17001700
print(f"ID: {fine_tune.id}, Status: {fine_tune.status}")
17011701
- lang: Python v2
1702-
label: Together AI SDK (Python v2)
1702+
label: Python v2
17031703
source: |
17041704
from together import Together
17051705
import os
@@ -1773,7 +1773,7 @@ paths:
17731773
17741774
print(fine_tune)
17751775
- lang: Python v2
1776-
label: Together AI SDK (Python v2)
1776+
label: Python v2
17771777
source: |
17781778
from together import Together
17791779
import os
@@ -1847,7 +1847,7 @@ paths:
18471847
18481848
print(response)
18491849
- lang: Python v2
1850-
label: Together AI SDK (Python v2)
1850+
label: Python v2
18511851
source: |
18521852
from together import Together
18531853
import os
@@ -1939,7 +1939,7 @@ paths:
19391939
19401940
print(events)
19411941
- lang: Python v2
1942-
label: Together AI SDK (Python v2)
1942+
label: Python v2
19431943
source: |
19441944
from together import Together
19451945
import os
@@ -2015,7 +2015,7 @@ paths:
20152015
20162016
print(checkpoints)
20172017
- lang: Python v2
2018-
label: Together AI SDK (Python v2)
2018+
label: Python v2
20192019
source: |
20202020
from together import Together
20212021
import os
@@ -2091,7 +2091,7 @@ paths:
20912091
20922092
print(response)
20932093
- lang: Python v2
2094-
label: Together AI SDK (Python v2)
2094+
label: Python v2
20952095
source: |
20962096
from together import Together
20972097
import os
@@ -2195,7 +2195,7 @@ paths:
21952195
21962196
print(response)
21972197
- lang: Python v2
2198-
label: Together AI SDK (Python v2)
2198+
label: Python v2
21992199
source: |
22002200
from together import Together
22012201
import os
@@ -2301,7 +2301,7 @@ paths:
23012301
print(f"Title: {documents[result.index]['title']}")
23022302
print(f"Text: {documents[result.index]['text']}")
23032303
- lang: Python v2
2304-
label: Together AI SDK (Python v2)
2304+
label: Python v2
23052305
source: |
23062306
from together import Together
23072307
import os
@@ -2513,7 +2513,7 @@ paths:
25132513
25142514
response.stream_to_file("audio.wav")
25152515
- lang: Python v2
2516-
label: Together AI SDK (Python v2)
2516+
label: Python v2
25172517
source: |
25182518
from together import Together
25192519
import os
@@ -2958,7 +2958,7 @@ paths:
29582958
29592959
print(response.text)
29602960
- lang: Python v2
2961-
label: Together AI SDK (Python v2)
2961+
label: Python v2
29622962
source: |
29632963
from together import Together
29642964
@@ -3081,7 +3081,7 @@ paths:
30813081
30823082
print(response.text)
30833083
- lang: Python v2
3084-
label: Together AI SDK (Python v2)
3084+
label: Python v2
30853085
source: |
30863086
from together import Together
30873087
import os
@@ -3198,7 +3198,7 @@ paths:
31983198
$ref: '#/components/schemas/ListAvailibilityZonesResponse'
31993199
x-codeSamples:
32003200
- lang: Python v2
3201-
label: Together AI SDK (Python v2)
3201+
label: Python v2
32023202
source: |
32033203
from together import Together
32043204
import os
@@ -3261,7 +3261,7 @@ paths:
32613261
for endpoint in endpoints:
32623262
print(endpoint.id)
32633263
- lang: Python v2
3264-
label: Together AI SDK (Python v2)
3264+
label: Python v2
32653265
source: |
32663266
from together import Together
32673267
import os
@@ -3402,7 +3402,7 @@ paths:
34023402
34033403
print(endpoint.id)
34043404
- lang: Python v2
3405-
label: Together AI SDK (Python v2)
3405+
label: Python v2
34063406
source: |
34073407
from together import Together
34083408
import os
@@ -3520,7 +3520,7 @@ paths:
35203520
35213521
print(endpoint.id)
35223522
- lang: Python v2
3523-
label: Together AI SDK (Python v2)
3523+
label: Python v2
35243524
source: |
35253525
from together import Together
35263526
import os
@@ -3820,7 +3820,7 @@ paths:
38203820
for hardware in response:
38213821
print(hardware.id)
38223822
- lang: Python v2
3823-
label: Together AI SDK (Python v2)
3823+
label: Python v2
38243824
source: |
38253825
from together import Together
38263826
import os
@@ -3930,7 +3930,7 @@ paths:
39303930
39313931
print(response.data.outputs[0].data);
39323932
- lang: Python v2
3933-
label: Together AI SDK (Python v2)
3933+
label: Python v2
39343934
source: |
39353935
from together import Together
39363936
import os
@@ -4013,7 +4013,7 @@ paths:
40134013
source: |
40144014
# together v1 does not support this method
40154015
- lang: Python v2
4016-
label: Together AI SDK (Python v2)
4016+
label: Python v2
40174017
source: |
40184018
from together import Together
40194019
import os
@@ -4090,7 +4090,7 @@ paths:
40904090
for batch in batches:
40914091
print(batch.id)
40924092
- lang: Python v2
4093-
label: Together AI SDK (Python v2)
4093+
label: Python v2
40944094
source: |
40954095
from together import Together
40964096
import os
@@ -4175,7 +4175,7 @@ paths:
41754175
41764176
print(batch.id)
41774177
- lang: Python v2
4178-
label: Together AI SDK (Python v2)
4178+
label: Python v2
41794179
source: |
41804180
from together import Together
41814181
import os
@@ -4287,7 +4287,7 @@ paths:
42874287
42884288
print(batch)
42894289
- lang: Python v2
4290-
label: Together AI SDK (Python v2)
4290+
label: Python v2
42914291
source: |
42924292
from together import Together
42934293
import os
@@ -4396,7 +4396,7 @@ paths:
43964396
43974397
print(batch)
43984398
- lang: Python v2
4399-
label: Together AI SDK (Python v2)
4399+
label: Python v2
44004400
source: |
44014401
from together import Together
44024402
import os
@@ -4514,7 +4514,7 @@ paths:
45144514
45154515
print(response.workflow_id)
45164516
- lang: Python v2
4517-
label: Together AI SDK (Python v2)
4517+
label: Python v2
45184518
source: |
45194519
from together import Together
45204520
import os
@@ -4637,7 +4637,7 @@ paths:
46374637
for job in jobs:
46384638
print(job.workflow_id)
46394639
- lang: Python v2
4640-
label: Together AI SDK (Python v2)
4640+
label: Python v2
46414641
source: |
46424642
from together import Together
46434643
import os
@@ -4777,7 +4777,7 @@ paths:
47774777
47784778
print(response)
47794779
- lang: Python v2
4780-
label: Together AI SDK (Python v2)
4780+
label: Python v2
47814781
source: |
47824782
from together import Together
47834783
import os
@@ -4861,7 +4861,7 @@ paths:
48614861
print(response.status)
48624862
print(response.results)
48634863
- lang: Python v2
4864-
label: Together AI SDK (Python v2)
4864+
label: Python v2
48654865
source: |
48664866
from together import Together
48674867
import os

0 commit comments

Comments
 (0)