Yes. I tried making a custom llm and then use it. but it turns out it is only using the model when I do this, not the prompt.
Complete story is, I have some Assistant in open ai platforms which I use in my chat and email bots already, I want to integrate the same bot to vapi, because I want to change only one place in future if need be.
So I tried few things nothing worked, I wanted to ask is there any way that I could use my own Assistants that are on openai platform (with gpt assistant api, agent id or anything, that doesnt matter), with the prompt and vector store, in vapi as well?