Skip to content

Commit 5b4ff25

Browse files
[Update] Add Missing Clients and Update Existing One's to V2 API in TS SDK (#871)
* Add Missing Clients and Update Existing One's to V2 API in TS SDK * Resolve Feedbacks from Gemini CLI * Update Readme of Typescript Client
1 parent bb9dc36 commit 5b4ff25

Some content is hidden

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

52 files changed

+7769
-1066
lines changed

clients/python/src/jamaibase/types/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ class ModelConfigCreate(ModelConfigUpdate):
729729
),
730730
)
731731
type: _ModelType = Field(
732-
description="Model type. Can be completion, chat, embed, or rerank.",
732+
description="Model type. Can be completion, llm, embed, or rerank.",
733733
)
734734
name: SanitisedNonEmptyStr = Field(
735735
max_length=255,

0 commit comments

Comments
 (0)