Skip to content

Commit 7a2b942

Browse files
committed
Release 0.0.1-beta24
1 parent 24c9522 commit 7a2b942

Some content is hidden

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

46 files changed

+161
-607
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-beta23"
3+
version = "0.0.1-beta24"
44
description = ""
55
readme = "README.md"
66
authors = []

reference.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ client.animate(
8080
<dl>
8181
<dd>
8282

83-
**selected_model:** `typing.Optional[DeforumSdPageRequestSelectedModel]`
83+
**selected_model:** `typing.Optional[AnimationModels]`
8484

8585
</dd>
8686
</dl>
@@ -605,7 +605,7 @@ client.seo_people_also_ask(
605605
<dl>
606606
<dd>
607607

608-
**embedding_model:** `typing.Optional[RelatedQnAPageRequestEmbeddingModel]`
608+
**embedding_model:** `typing.Optional[EmbeddingModels]`
609609

610610
</dd>
611611
</dl>
@@ -674,7 +674,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
674674
<dl>
675675
<dd>
676676

677-
**serp_search_location:** `typing.Optional[SerpSearchLocation]`
677+
**serp_search_location:** `typing.Optional[SerpSearchLocations]`
678678

679679
</dd>
680680
</dl>
@@ -901,7 +901,7 @@ client.seo_content(
901901
<dl>
902902
<dd>
903903

904-
**serp_search_location:** `typing.Optional[SerpSearchLocation]`
904+
**serp_search_location:** `typing.Optional[SerpSearchLocations]`
905905

906906
</dd>
907907
</dl>
@@ -1086,7 +1086,7 @@ client.web_search_llm(
10861086
<dl>
10871087
<dd>
10881088

1089-
**embedding_model:** `typing.Optional[GoogleGptPageRequestEmbeddingModel]`
1089+
**embedding_model:** `typing.Optional[EmbeddingModels]`
10901090

10911091
</dd>
10921092
</dl>
@@ -1155,7 +1155,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
11551155
<dl>
11561156
<dd>
11571157

1158-
**serp_search_location:** `typing.Optional[SerpSearchLocation]`
1158+
**serp_search_location:** `typing.Optional[SerpSearchLocations]`
11591159

11601160
</dd>
11611161
</dl>
@@ -1753,7 +1753,7 @@ typing.Optional[core.File]` — See core.File for more documentation
17531753
<dl>
17541754
<dd>
17551755

1756-
**selected_asr_model:** `typing.Optional[SynthesizeDataRequestSelectedAsrModel]`
1756+
**selected_asr_model:** `typing.Optional[AsrModels]`
17571757

17581758
</dd>
17591759
</dl>
@@ -2121,7 +2121,7 @@ client.rag(
21212121
<dl>
21222122
<dd>
21232123

2124-
**embedding_model:** `typing.Optional[DocSearchPageRequestEmbeddingModel]`
2124+
**embedding_model:** `typing.Optional[EmbeddingModels]`
21252125

21262126
</dd>
21272127
</dl>
@@ -2510,7 +2510,7 @@ typing.List[core.File]` — See core.File for more documentation
25102510
<dl>
25112511
<dd>
25122512

2513-
**selected_asr_model:** `typing.Optional[DocSummaryRequestSelectedAsrModel]`
2513+
**selected_asr_model:** `typing.Optional[AsrModels]`
25142514

25152515
</dd>
25162516
</dl>
@@ -2780,7 +2780,7 @@ typing.Optional[core.File]` — See core.File for more documentation
27802780
<dl>
27812781
<dd>
27822782

2783-
**selected_model:** `typing.Optional[LipsyncRequestSelectedModel]`
2783+
**selected_model:** `typing.Optional[LipsyncModels]`
27842784

27852785
</dd>
27862786
</dl>
@@ -3080,7 +3080,7 @@ typing.Optional[core.File]` — See core.File for more documentation
30803080
<dl>
30813081
<dd>
30823082

3083-
**selected_model:** `typing.Optional[LipsyncTtsRequestSelectedModel]`
3083+
**selected_model:** `typing.Optional[LipsyncModels]`
30843084

30853085
</dd>
30863086
</dl>
@@ -3408,7 +3408,7 @@ typing.List[core.File]` — See core.File for more documentation
34083408
<dl>
34093409
<dd>
34103410

3411-
**selected_model:** `typing.Optional[SpeechRecognitionRequestSelectedModel]`
3411+
**selected_model:** `typing.Optional[AsrModels]`
34123412

34133413
</dd>
34143414
</dl>
@@ -4896,7 +4896,7 @@ client.image_from_web_search(
48964896
<dl>
48974897
<dd>
48984898

4899-
**serp_search_location:** `typing.Optional[SerpSearchLocation]`
4899+
**serp_search_location:** `typing.Optional[SerpSearchLocations]`
49004900

49014901
</dd>
49024902
</dl>
@@ -5340,7 +5340,7 @@ client.embed(
53405340
<dl>
53415341
<dd>
53425342

5343-
**selected_model:** `typing.Optional[EmbeddingsPageRequestSelectedModel]`
5343+
**selected_model:** `typing.Optional[EmbeddingModels]`
53445344

53455345
</dd>
53465346
</dl>
@@ -5484,7 +5484,7 @@ client.seo_people_also_ask_doc(
54845484
<dl>
54855485
<dd>
54865486

5487-
**embedding_model:** `typing.Optional[RelatedQnADocPageRequestEmbeddingModel]`
5487+
**embedding_model:** `typing.Optional[EmbeddingModels]`
54885488

54895489
</dd>
54905490
</dl>
@@ -5585,7 +5585,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
55855585
<dl>
55865586
<dd>
55875587

5588-
**serp_search_location:** `typing.Optional[SerpSearchLocation]`
5588+
**serp_search_location:** `typing.Optional[SerpSearchLocations]`
55895589

55905590
</dd>
55915591
</dl>
@@ -5876,7 +5876,7 @@ typing.Optional[typing.List[core.File]]` — See core.File for more documentatio
58765876
<dl>
58775877
<dd>
58785878

5879-
**embedding_model:** `typing.Optional[CopilotCompletionRequestEmbeddingModel]`
5879+
**embedding_model:** `typing.Optional[EmbeddingModels]`
58805880

58815881
</dd>
58825882
</dl>
@@ -5913,7 +5913,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
59135913
<dl>
59145914
<dd>
59155915

5916-
**asr_model:** `typing.Optional[CopilotCompletionRequestAsrModel]` — Choose a model to transcribe incoming audio messages to text.
5916+
**asr_model:** `typing.Optional[AsrModels]` — Choose a model to transcribe incoming audio messages to text.
59175917

59185918
</dd>
59195919
</dl>
@@ -5965,7 +5965,7 @@ typing.Optional[core.File]` — See core.File for more documentation
59655965
<dl>
59665966
<dd>
59675967

5968-
**lipsync_model:** `typing.Optional[CopilotCompletionRequestLipsyncModel]`
5968+
**lipsync_model:** `typing.Optional[LipsyncModels]`
59695969

59705970
</dd>
59715971
</dl>

0 commit comments

Comments
 (0)