Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Hey everyone. Is there a way to call the
Hey everyone. Is there a way to call the
Inactive
0
Follow
k
kevingoed
7 months ago
ยท
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
Share
Open in Discord
W
WhiteFang_Jr
7 months ago
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
Join on Discord