Difference between revisions of "OpenAI API library/Release notes for v0.7"
(Created page with "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 compatibili...") |
|||
Line 1: | Line 1: | ||
+ | [[OpenAI API library|<< OpenAI API library]] | ||
+ | |||
+ | |||
Since OpenAI API library v0.6: | Since OpenAI API library v0.6: | ||
* [[Analytica 6.4]] is now required. | * [[Analytica 6.4]] is now required. |
Revision as of 18:12, 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.
Comments
Enable comment auto-refresher