Skip to content

Commit 516381e

Browse files
committed
Release 0.0.1-beta25
1 parent 7a2b942 commit 516381e

File tree

91 files changed

+354
-1110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+354
-1110
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gooeyai"
3-
version = "0.0.1-beta24"
3+
version = "0.0.1-beta25"
44
description = ""
55
readme = "README.md"
66
authors = []

reference.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ typing.Optional[core.File]` — See core.File for more documentation
308308
<dl>
309309
<dd>
310310

311-
**image_prompt_controlnet_models:** `typing.Optional[typing.List[QrCodeRequestImagePromptControlnetModelsItem]]`
311+
**image_prompt_controlnet_models:** `typing.Optional[typing.List[ControlNetModels]]`
312312

313313
</dd>
314314
</dl>
@@ -348,15 +348,15 @@ typing.Optional[core.File]` — See core.File for more documentation
348348
<dl>
349349
<dd>
350350

351-
**selected_model:** `typing.Optional[QrCodeRequestSelectedModel]`
351+
**selected_model:** `typing.Optional[TextToImageModels]`
352352

353353
</dd>
354354
</dl>
355355

356356
<dl>
357357
<dd>
358358

359-
**selected_controlnet_model:** `typing.Optional[typing.List[QrCodeRequestSelectedControlnetModelItem]]`
359+
**selected_controlnet_model:** `typing.Optional[typing.List[ControlNetModels]]`
360360

361361
</dd>
362362
</dl>
@@ -412,7 +412,7 @@ typing.Optional[core.File]` — See core.File for more documentation
412412
<dl>
413413
<dd>
414414

415-
**scheduler:** `typing.Optional[QrCodeRequestScheduler]`
415+
**scheduler:** `typing.Optional[Schedulers]`
416416

417417
</dd>
418418
</dl>
@@ -666,7 +666,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
666666
<dl>
667667
<dd>
668668

669-
**response_format_type:** `typing.Optional[RelatedQnAPageRequestResponseFormatType]`
669+
**response_format_type:** `typing.Optional[ResponseFormatType]`
670670

671671
</dd>
672672
</dl>
@@ -893,7 +893,7 @@ client.seo_content(
893893
<dl>
894894
<dd>
895895

896-
**response_format_type:** `typing.Optional[SeoSummaryPageRequestResponseFormatType]`
896+
**response_format_type:** `typing.Optional[ResponseFormatType]`
897897

898898
</dd>
899899
</dl>
@@ -1147,7 +1147,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
11471147
<dl>
11481148
<dd>
11491149

1150-
**response_format_type:** `typing.Optional[GoogleGptPageRequestResponseFormatType]`
1150+
**response_format_type:** `typing.Optional[ResponseFormatType]`
11511151

11521152
</dd>
11531153
</dl>
@@ -1331,7 +1331,7 @@ client.personalize_email(
13311331
<dl>
13321332
<dd>
13331333

1334-
**response_format_type:** `typing.Optional[SocialLookupEmailPageRequestResponseFormatType]`
1334+
**response_format_type:** `typing.Optional[ResponseFormatType]`
13351335

13361336
</dd>
13371337
</dl>
@@ -1647,7 +1647,7 @@ Aggregate using one or more operations. Uses [pandas](https://pandas.pydata.org/
16471647
<dl>
16481648
<dd>
16491649

1650-
**response_format_type:** `typing.Optional[BulkEvalPageRequestResponseFormatType]`
1650+
**response_format_type:** `typing.Optional[ResponseFormatType]`
16511651

16521652
</dd>
16531653
</dl>
@@ -1835,7 +1835,7 @@ typing.Optional[core.File]` — See core.File for more documentation
18351835
<dl>
18361836
<dd>
18371837

1838-
**response_format_type:** `typing.Optional[SynthesizeDataRequestResponseFormatType]`
1838+
**response_format_type:** `typing.Optional[ResponseFormatType]`
18391839

18401840
</dd>
18411841
</dl>
@@ -1977,7 +1977,7 @@ client.llm()
19771977
<dl>
19781978
<dd>
19791979

1980-
**response_format_type:** `typing.Optional[CompareLlmPageRequestResponseFormatType]`
1980+
**response_format_type:** `typing.Optional[ResponseFormatType]`
19811981

19821982
</dd>
19831983
</dl>
@@ -2166,7 +2166,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
21662166
<dl>
21672167
<dd>
21682168

2169-
**citation_style:** `typing.Optional[DocSearchPageRequestCitationStyle]`
2169+
**citation_style:** `typing.Optional[CitationStyles]`
21702170

21712171
</dd>
21722172
</dl>
@@ -2214,7 +2214,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
22142214
<dl>
22152215
<dd>
22162216

2217-
**response_format_type:** `typing.Optional[DocSearchPageRequestResponseFormatType]`
2217+
**response_format_type:** `typing.Optional[ResponseFormatType]`
22182218

22192219
</dd>
22202220
</dl>
@@ -2382,7 +2382,7 @@ client.smart_gpt(
23822382
<dl>
23832383
<dd>
23842384

2385-
**response_format_type:** `typing.Optional[SmartGptPageRequestResponseFormatType]`
2385+
**response_format_type:** `typing.Optional[ResponseFormatType]`
23862386

23872387
</dd>
23882388
</dl>
@@ -2502,7 +2502,7 @@ typing.List[core.File]` — See core.File for more documentation
25022502
<dl>
25032503
<dd>
25042504

2505-
**chain_type:** `typing.Optional[typing.Literal["map_reduce"]]`
2505+
**chain_type:** `typing.Optional[CombineDocumentsChains]`
25062506

25072507
</dd>
25082508
</dl>
@@ -2566,7 +2566,7 @@ typing.List[core.File]` — See core.File for more documentation
25662566
<dl>
25672567
<dd>
25682568

2569-
**response_format_type:** `typing.Optional[DocSummaryRequestResponseFormatType]`
2569+
**response_format_type:** `typing.Optional[ResponseFormatType]`
25702570

25712571
</dd>
25722572
</dl>
@@ -2886,7 +2886,7 @@ client.lipsync_tts(
28862886
<dl>
28872887
<dd>
28882888

2889-
**tts_provider:** `typing.Optional[LipsyncTtsRequestTtsProvider]`
2889+
**tts_provider:** `typing.Optional[TextToSpeechProviders]`
28902890

28912891
</dd>
28922892
</dl>
@@ -3176,7 +3176,7 @@ client.text_to_speech(
31763176
<dl>
31773177
<dd>
31783178

3179-
**tts_provider:** `typing.Optional[TextToSpeechPageRequestTtsProvider]`
3179+
**tts_provider:** `typing.Optional[TextToSpeechProviders]`
31803180

31813181
</dd>
31823182
</dl>
@@ -3424,15 +3424,15 @@ typing.List[core.File]` — See core.File for more documentation
34243424
<dl>
34253425
<dd>
34263426

3427-
**translation_model:** `typing.Optional[SpeechRecognitionRequestTranslationModel]`
3427+
**translation_model:** `typing.Optional[TranslationModels]`
34283428

34293429
</dd>
34303430
</dl>
34313431

34323432
<dl>
34333433
<dd>
34343434

3435-
**output_format:** `typing.Optional[SpeechRecognitionRequestOutputFormat]`
3435+
**output_format:** `typing.Optional[AsrOutputFormat]`
34363436

34373437
</dd>
34383438
</dl>
@@ -3618,7 +3618,7 @@ client.text_to_music(
36183618
<dl>
36193619
<dd>
36203620

3621-
**selected_models:** `typing.Optional[typing.Sequence[typing.Literal["audio_ldm"]]]`
3621+
**selected_models:** `typing.Optional[typing.Sequence[Text2AudioModels]]`
36223622

36233623
</dd>
36243624
</dl>
@@ -3712,7 +3712,7 @@ client.translate()
37123712
<dl>
37133713
<dd>
37143714

3715-
**selected_model:** `typing.Optional[TranslateRequestSelectedModel]`
3715+
**selected_model:** `typing.Optional[TranslationModels]`
37163716

37173717
</dd>
37183718
</dl>
@@ -3842,7 +3842,7 @@ core.File` — See core.File for more documentation
38423842
<dl>
38433843
<dd>
38443844

3845-
**selected_model:** `typing.Optional[RemixImageRequestSelectedModel]`
3845+
**selected_model:** `typing.Optional[ImageToImageModels]`
38463846

38473847
</dd>
38483848
</dl>
@@ -4106,15 +4106,15 @@ client.text_to_image(
41064106
<dl>
41074107
<dd>
41084108

4109-
**selected_models:** `typing.Optional[typing.Sequence[CompareText2ImgPageRequestSelectedModelsItem]]`
4109+
**selected_models:** `typing.Optional[typing.Sequence[TextToImageModels]]`
41104110

41114111
</dd>
41124112
</dl>
41134113

41144114
<dl>
41154115
<dd>
41164116

4117-
**scheduler:** `typing.Optional[CompareText2ImgPageRequestScheduler]`
4117+
**scheduler:** `typing.Optional[Schedulers]`
41184118

41194119
</dd>
41204120
</dl>
@@ -4268,7 +4268,7 @@ core.File` — See core.File for more documentation
42684268
<dl>
42694269
<dd>
42704270

4271-
**selected_model:** `typing.Optional[ProductImageRequestSelectedModel]`
4271+
**selected_model:** `typing.Optional[InpaintingModels]`
42724272

42734273
</dd>
42744274
</dl>
@@ -4462,7 +4462,7 @@ core.File` — See core.File for more documentation
44624462
<dl>
44634463
<dd>
44644464

4465-
**selected_model:** `typing.Optional[PortraitRequestSelectedModel]`
4465+
**selected_model:** `typing.Optional[InpaintingModels]`
44664466

44674467
</dd>
44684468
</dl>
@@ -4663,7 +4663,7 @@ client.image_from_email(
46634663
<dl>
46644664
<dd>
46654665

4666-
**selected_model:** `typing.Optional[EmailFaceInpaintingPageRequestSelectedModel]`
4666+
**selected_model:** `typing.Optional[InpaintingModels]`
46674667

46684668
</dd>
46694669
</dl>
@@ -4912,7 +4912,7 @@ client.image_from_web_search(
49124912
<dl>
49134913
<dd>
49144914

4915-
**selected_model:** `typing.Optional[GoogleImageGenPageRequestSelectedModel]`
4915+
**selected_model:** `typing.Optional[ImageToImageModels]`
49164916

49174917
</dd>
49184918
</dl>
@@ -5072,7 +5072,7 @@ core.File` — See core.File for more documentation
50725072
<dl>
50735073
<dd>
50745074

5075-
**selected_model:** `typing.Optional[RemoveBackgroundRequestSelectedModel]`
5075+
**selected_model:** `typing.Optional[ImageSegmentationModels]`
50765076

50775077
</dd>
50785078
</dl>
@@ -5236,7 +5236,7 @@ typing.Optional[core.File]` — See core.File for more documentation
52365236
<dl>
52375237
<dd>
52385238

5239-
**selected_models:** `typing.Optional[typing.List[UpscaleRequestSelectedModelsItem]]`
5239+
**selected_models:** `typing.Optional[typing.List[UpscalerModels]]`
52405240

52415241
</dd>
52425242
</dl>
@@ -5529,7 +5529,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
55295529
<dl>
55305530
<dd>
55315531

5532-
**citation_style:** `typing.Optional[RelatedQnADocPageRequestCitationStyle]`
5532+
**citation_style:** `typing.Optional[CitationStyles]`
55335533

55345534
</dd>
55355535
</dl>
@@ -5577,7 +5577,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
55775577
<dl>
55785578
<dd>
55795579

5580-
**response_format_type:** `typing.Optional[RelatedQnADocPageRequestResponseFormatType]`
5580+
**response_format_type:** `typing.Optional[ResponseFormatType]`
55815581

55825582
</dd>
55835583
</dl>
@@ -5897,7 +5897,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
58975897
<dl>
58985898
<dd>
58995899

5900-
**citation_style:** `typing.Optional[CopilotCompletionRequestCitationStyle]`
5900+
**citation_style:** `typing.Optional[CitationStyles]`
59015901

59025902
</dd>
59035903
</dl>
@@ -5929,7 +5929,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
59295929
<dl>
59305930
<dd>
59315931

5932-
**translation_model:** `typing.Optional[CopilotCompletionRequestTranslationModel]`
5932+
**translation_model:** `typing.Optional[TranslationModels]`
59335933

59345934
</dd>
59355935
</dl>
@@ -6021,15 +6021,15 @@ typing.Optional[core.File]` — See core.File for more documentation
60216021
<dl>
60226022
<dd>
60236023

6024-
**response_format_type:** `typing.Optional[CopilotCompletionRequestResponseFormatType]`
6024+
**response_format_type:** `typing.Optional[ResponseFormatType]`
60256025

60266026
</dd>
60276027
</dl>
60286028

60296029
<dl>
60306030
<dd>
60316031

6032-
**tts_provider:** `typing.Optional[CopilotCompletionRequestTtsProvider]`
6032+
**tts_provider:** `typing.Optional[TextToSpeechProviders]`
60336033

60346034
</dd>
60356035
</dl>

0 commit comments

Comments
 (0)