Find answers from the community

Updated 2 months ago

Hey everyone. Is there a way to call the

Hey everyone. Is there a way to call the LLM without an index, I want it to be like a basic call to OpenAI without the knowledge in the index. OR would you recommend doing that with the OpenAI API/SDK?
W
1 comment
Once you create your llm instance , you can interact with the llm directly as well.

llm.chat(), llm.complete()
https://docs.llamaindex.ai/en/stable/examples/llm/openai/
Add a reply
Sign up and join the conversation on Discord