Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated 4 months ago
0
Follow
Llms
Llms
Inactive
0
Follow
At a glance
d
drewskidang
9 months ago
Β·
does llama-index support gemeni pro experimental or command-r/r+
L
d
8 comments
Share
Open in Discord
L
Logan M
9 months ago
Yes, there's a Gemini LLM class (I believe it's also supported through Vertex)
L
Logan M
9 months ago
Command r is offered over coheres api, there's also an LLM for that
d
drewskidang
9 months ago
oh dang i tried using command R through cohere class it no bueno
d
drewskidang
9 months ago
im probably messing something up
L
Logan M
9 months ago
Hmm, it should have worked, but you might need the latest package --
pip install -U llama-index-llms-cohere
d
drewskidang
9 months ago
is it from llama_index.llms.cohere import Cohere
llm = Cohere(model="command-R", api_key=api_key)
L
Logan M
9 months ago
Lowercase
L
Logan M
9 months ago
https://github.com/run-llama/llama_index/blob/9163067027ea8222e9fe5bffff9a2fac26b57686/llama-index-integrations/llms/llama-index-llms-cohere/llama_index/llms/cohere/utils.py#L14
Add a reply
Sign up and join the conversation on Discord
Join on Discord