Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to run defaultcharacter with ModelProviderName.LLAMACLOUD local #271

Closed
yodamaster726 opened this issue Nov 12, 2024 · 2 comments
Closed
Labels
bug Something isn't working embedding

Comments

@yodamaster726
Copy link
Contributor

I'm trying to run the latest eliza with the defaultcharacter with the local Ollama. starts up fine but as soon as I try to interact with it, it crashes saying it can't find the embeddingModel, but that's not the one that's configured as part of LLAMACLOUD

image

image

this is the correct embedding and I have it installed:
image

image

I even configured it in my .env file:
image

I'm starting at getting things running at the lowest level and then start adding clients one at a time.

It seems like there is something not right in DirectClient, but I can't put my finger on it. For sure, there seems to be a few other provider related things hardcoded in there.

Let me know if I'm missing something.

@yodamaster726 yodamaster726 added the bug Something isn't working label Nov 12, 2024
@deepfates
Copy link

I think this is because of the mapping between model names in modelProvider. Solved this in my local character file by setting the lowercase version: "modelProvider": "llama_cloud"

@yodamaster726
Copy link
Contributor Author

fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working embedding
Projects
None yet
Development

No branches or pull requests

3 participants