We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5def7 commit 41f83b6Copy full SHA for 41f83b6
docs/release_notes.md
@@ -25,6 +25,8 @@
25
- `GPT_4` and `GPT_4_0613` are replaced by : `GPT_40`or `GPT_41`.
26
- `CLAUDE_3_SONNET` is replaced by `CLAUDE_4_SONNET`.
27
- `MIXTRAL_8X7B_INSTRUCT_V01` is replaced by `MISTRAL_SMALL_INSTRUCT`.
28
+- [OpenAI] Deprecated : `GPT_4`, `GPT_4_0613`.
29
+ - `GPT_4` and `GPT_4_0613` are replaced by : `GPT_40`or `GPT_41`.
30
31
- [Prompt Registry] Resource group has been added as a optional parameter to all endpoints. Set it to `"default"` if it was not set before. Examples:
32
- `client.importPromptTemplate(File)` --> `client.importPromptTemplate("default", File)`.
0 commit comments