Skip to content

Commit

Permalink
Release 0.0.1-beta24
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 13, 2024
1 parent 24c9522 commit 7a2b942
Show file tree
Hide file tree
Showing 46 changed files with 161 additions and 607 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gooeyai"
version = "0.0.1-beta23"
version = "0.0.1-beta24"
description = ""
readme = "README.md"
authors = []
Expand Down
38 changes: 19 additions & 19 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ client.animate(
<dl>
<dd>

**selected_model:** `typing.Optional[DeforumSdPageRequestSelectedModel]`
**selected_model:** `typing.Optional[AnimationModels]`

</dd>
</dl>
Expand Down Expand Up @@ -605,7 +605,7 @@ client.seo_people_also_ask(
<dl>
<dd>

**embedding_model:** `typing.Optional[RelatedQnAPageRequestEmbeddingModel]`
**embedding_model:** `typing.Optional[EmbeddingModels]`

</dd>
</dl>
Expand Down Expand Up @@ -674,7 +674,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
<dl>
<dd>

**serp_search_location:** `typing.Optional[SerpSearchLocation]`
**serp_search_location:** `typing.Optional[SerpSearchLocations]`

</dd>
</dl>
Expand Down Expand Up @@ -901,7 +901,7 @@ client.seo_content(
<dl>
<dd>

**serp_search_location:** `typing.Optional[SerpSearchLocation]`
**serp_search_location:** `typing.Optional[SerpSearchLocations]`

</dd>
</dl>
Expand Down Expand Up @@ -1086,7 +1086,7 @@ client.web_search_llm(
<dl>
<dd>

**embedding_model:** `typing.Optional[GoogleGptPageRequestEmbeddingModel]`
**embedding_model:** `typing.Optional[EmbeddingModels]`

</dd>
</dl>
Expand Down Expand Up @@ -1155,7 +1155,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
<dl>
<dd>

**serp_search_location:** `typing.Optional[SerpSearchLocation]`
**serp_search_location:** `typing.Optional[SerpSearchLocations]`

</dd>
</dl>
Expand Down Expand Up @@ -1753,7 +1753,7 @@ typing.Optional[core.File]` — See core.File for more documentation
<dl>
<dd>

**selected_asr_model:** `typing.Optional[SynthesizeDataRequestSelectedAsrModel]`
**selected_asr_model:** `typing.Optional[AsrModels]`

</dd>
</dl>
Expand Down Expand Up @@ -2121,7 +2121,7 @@ client.rag(
<dl>
<dd>

**embedding_model:** `typing.Optional[DocSearchPageRequestEmbeddingModel]`
**embedding_model:** `typing.Optional[EmbeddingModels]`

</dd>
</dl>
Expand Down Expand Up @@ -2510,7 +2510,7 @@ typing.List[core.File]` — See core.File for more documentation
<dl>
<dd>

**selected_asr_model:** `typing.Optional[DocSummaryRequestSelectedAsrModel]`
**selected_asr_model:** `typing.Optional[AsrModels]`

</dd>
</dl>
Expand Down Expand Up @@ -2780,7 +2780,7 @@ typing.Optional[core.File]` — See core.File for more documentation
<dl>
<dd>

**selected_model:** `typing.Optional[LipsyncRequestSelectedModel]`
**selected_model:** `typing.Optional[LipsyncModels]`

</dd>
</dl>
Expand Down Expand Up @@ -3080,7 +3080,7 @@ typing.Optional[core.File]` — See core.File for more documentation
<dl>
<dd>

**selected_model:** `typing.Optional[LipsyncTtsRequestSelectedModel]`
**selected_model:** `typing.Optional[LipsyncModels]`

</dd>
</dl>
Expand Down Expand Up @@ -3408,7 +3408,7 @@ typing.List[core.File]` — See core.File for more documentation
<dl>
<dd>

**selected_model:** `typing.Optional[SpeechRecognitionRequestSelectedModel]`
**selected_model:** `typing.Optional[AsrModels]`

</dd>
</dl>
Expand Down Expand Up @@ -4896,7 +4896,7 @@ client.image_from_web_search(
<dl>
<dd>

**serp_search_location:** `typing.Optional[SerpSearchLocation]`
**serp_search_location:** `typing.Optional[SerpSearchLocations]`

</dd>
</dl>
Expand Down Expand Up @@ -5340,7 +5340,7 @@ client.embed(
<dl>
<dd>

**selected_model:** `typing.Optional[EmbeddingsPageRequestSelectedModel]`
**selected_model:** `typing.Optional[EmbeddingModels]`

</dd>
</dl>
Expand Down Expand Up @@ -5484,7 +5484,7 @@ client.seo_people_also_ask_doc(
<dl>
<dd>

**embedding_model:** `typing.Optional[RelatedQnADocPageRequestEmbeddingModel]`
**embedding_model:** `typing.Optional[EmbeddingModels]`

</dd>
</dl>
Expand Down Expand Up @@ -5585,7 +5585,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
<dl>
<dd>

**serp_search_location:** `typing.Optional[SerpSearchLocation]`
**serp_search_location:** `typing.Optional[SerpSearchLocations]`

</dd>
</dl>
Expand Down Expand Up @@ -5876,7 +5876,7 @@ typing.Optional[typing.List[core.File]]` — See core.File for more documentatio
<dl>
<dd>

**embedding_model:** `typing.Optional[CopilotCompletionRequestEmbeddingModel]`
**embedding_model:** `typing.Optional[EmbeddingModels]`

</dd>
</dl>
Expand Down Expand Up @@ -5913,7 +5913,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
<dl>
<dd>

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

</dd>
</dl>
Expand Down Expand Up @@ -5965,7 +5965,7 @@ typing.Optional[core.File]` — See core.File for more documentation
<dl>
<dd>

**lipsync_model:** `typing.Optional[CopilotCompletionRequestLipsyncModel]`
**lipsync_model:** `typing.Optional[LipsyncModels]`

</dd>
</dl>
Expand Down
Loading

0 comments on commit 7a2b942

Please sign in to comment.