Find answers from the community

Updated 3 months ago

how can I use llama3 as openai to call

how can I use llama3 as openai to call generate_qa_embedding_pairs?
W
1 comment
You can set your llm object with llama3 and define it globally with Settings. That way your defined llm will be used everywhere. Or you can pass llm as a kwarg too for generate_qa_embedding_pairs
Add a reply
Sign up and join the conversation on Discord