Skip to content

Commit

Permalink
Add google palm model deprecation notice (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
shurrey authored Jan 9, 2025
1 parent 7d68f20 commit 78c98cd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/src/scripts/new-release-from-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const run = async () => {
`sdks`,
`guides`,
`frontend`,
`ui-elements`
`ui-elements`,
`ai`
],
validate: (list) => list.length > 0
},
Expand Down
3 changes: 2 additions & 1 deletion code/src/tests/checkFrontmatter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ files.forEach(source => {
'guides',
'other',
'frontend',
'ui-elements'
'ui-elements',
'ai'
])
})
})
Expand Down
25 changes: 25 additions & 0 deletions content/2025/01-09-google-palm-deprecation-and-removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
applied_at: "2025-01-17"
applies_to:
- ai
is_impactful: true
is_new_feature: false
collapse: true
show_excerpt: true
release_source_url: ''
---

# `Google PaLM` deprecation and removal

<!-- more -->

`Google Pathways Language Models (PaLM)` are being deprecated by `Google`.

As a result, the following models will be removed from Box AI on 2025-01-17
* `text_bison`
* `text_bison_32k`
* `text_unicorn`
* `google_text_embedding_gecko*`

If you are using one of these models via agent override, check our [list of
supported models](https://developer.box.com/guides/box-ai/ai-agents/) here.

0 comments on commit 78c98cd

Please # to comment.