Difference between revisions of "OpenAI API library/Release notes for v0.7"
m (Lchrisman moved page OpenAI API Library/Release notes for v0.7 to OpenAI API library/Release notes for v0.7 without leaving a redirect: Capitalization wrong) |
|||
Line 8: | Line 8: | ||
* Added a «seed» parameter to Prompt_completion and Chat_completion, to enable nearly deterministic output. This is also a feature recently added by OpenAI to their API. | * Added a «seed» parameter to Prompt_completion and Chat_completion, to enable nearly deterministic output. This is also a feature recently added by OpenAI to their API. | ||
* Added Text_to_speech. This works on desktop Analytica. Not yet on ACP. | * Added Text_to_speech. This works on desktop Analytica. Not yet on ACP. | ||
+ | * Fixed an annoyance in which a choice using the index of model names would get off (wouldn't splice) when OpenAI added a new model to the list. Restructured that index slightly (there is a button '''Update model name list''' that you press when you want to resynch which the latest, which avoids the annoyance. |
Revision as of 18:20, 9 February 2024
Since OpenAI API library v0.6:
- Analytica 6.4 is now required.
- Basically, since Analytica 6.4 is the current release, we aren't testing for continued compatibility, and may have used some efficiency improvements enabled by Analytica 6.4 features and fixes.
- Open AI recently released two new embedding models in 5 different sizes, all of which they say outperform the previous text-embedding-Ada-002 embedding model. v0.7 has been extended to enable you to use any of these for text embedding.
- Added a «seed» parameter to Prompt_completion and Chat_completion, to enable nearly deterministic output. This is also a feature recently added by OpenAI to their API.
- Added Text_to_speech. This works on desktop Analytica. Not yet on ACP.
- Fixed an annoyance in which a choice using the index of model names would get off (wouldn't splice) when OpenAI added a new model to the list. Restructured that index slightly (there is a button Update model name list that you press when you want to resynch which the latest, which avoids the annoyance.
Comments
Enable comment auto-refresher