- Issue created by @jwilde
- π©πͺGermany marcus_johansson
Currently we do abstraction and normalizations, meaning solutions that should work with every provider. The OpenAI Assistant API is a very special solution, so we haven't abstracted that yet, the AI Assistants API in Drupal is supposed to solve this for any provider/model.
With that being said, you can either use this module: https://www.drupal.org/project/openai_assistants β
Or if you want to develop, you can use the AI Provider OpenAI and get the raw client and follow instructions here: https://github.com/openai-php/client?tab=readme-ov-file#assistants-resource
Hope that answers the question.