Skip to content

Commit 41f83b6

Browse files
committed
Added changes made to OpenAiModel to release notes.
1 parent 4a5def7 commit 41f83b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
- `GPT_4` and `GPT_4_0613` are replaced by : `GPT_40`or `GPT_41`.
2626
- `CLAUDE_3_SONNET` is replaced by `CLAUDE_4_SONNET`.
2727
- `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`.
2830

2931
- [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:
3032
- `client.importPromptTemplate(File)` --> `client.importPromptTemplate("default", File)`.

0 commit comments

Comments
 (0)