- Issue created by @levmyshkin
- Status changed to Needs review
8 months ago 2:30pm 21 March 2024 - 🇬🇧United Kingdom scott_euser
I wonder if its worth instead extending OpenAI module; it automatically gets the latest models because it uses the API to retrieve available models. We could use it's Service instead of doing a custom integration like is currently being done. Otherwise we will endlessly have to keep upgrading this module right?
- 🇷🇸Serbia levmyshkin Novi Sad, Serbia
Different model versions give different results, I can't explain why. For now it's preferrable to use gpt-4-0125-preview, but maybe new models will be better soon.
- 🇬🇧United Kingdom scott_euser
If we extend openai module you can choose for yourself which model, no problem. There is a configuration page that then appears.
- 🇬🇧United Kingdom scott_euser
We have now ✨ Use the AI module under the hood Active to make this issue redundent.
- 🇬🇧United Kingdom scott_euser
Latest models all available in https://www.drupal.org/project/ai_tmgmt → . Thanks for your patience!