Using BambooLLM as default LLM #1767
Unanswered
wschimitsch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to use the BambooLLM as the default LLM for PandasAI (3.0.0b18). Per set up LLM,
pai.api_key.set("api-key")
should do this (I've signed up and gotten my own api key). However, the following code raises a ValueError, stating No LLM is provided.Returns
Is support for BambooLLM as the default LLM deprecated? Or am I missing something simple? It doesn't seem as though the code sets any LLM as default in this version. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions