Find answers from the community

Updated 2 months ago

Using gemini model for real-time prompting

we are using gemini model for our real time propmpting
L
b
m
4 comments
You need to setup an embedding model and pass it into the object index if you aren't using openai
Plain Text
ObjectIndex.from_objects(..., embed_model=...)
The error messages also indicate you're using the default OpenAI model, for an API key is expected.
can we use gemini model there
Add a reply
Sign up and join the conversation on Discord