Skip to content

Commit 1f27c3e

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
feat: LLM - Add RLHF-tuning support for text-bison@002
PiperOrigin-RevId: 620991093
1 parent 7f9fab7 commit 1f27c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertexai/language_models/_language_models.py

+1
Original file line numberDiff line numberDiff line change
@@ -3448,6 +3448,7 @@ class _PreviewCodeGenerationModel(CodeGenerationModel, _CountTokensCodeGeneratio
34483448
_SUPPORTED_RLHF_MODELS = {
34493449
"text-bison@001",
34503450
"chat-bison@001",
3451+
"text-bison@002",
34513452
}
34523453

34533454

0 commit comments

Comments
 (0)