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

Failed to run on Macbook M1 #1742

Closed
djpg opened this issue Jan 3, 2025 · 2 comments
Closed

Failed to run on Macbook M1 #1742

djpg opened this issue Jan 3, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@djpg
Copy link

djpg commented Jan 3, 2025

Describe the bug

I can't run on Macbook M1 using Docker, I follow the same steps on a linux machine and works.

To Reproduce

eliza v0.1.6 and build Docker image with Dockerfile. Edited .env with my OpenAI API KEY.
Created mainCharacter.ts under eliza/agent path:

import { Character, ModelProviderName, defaultCharacter, Clients } from "@ai16z/eliza";

export const mainCharacter: Character = {
    ...defaultCharacter,
    clients: [Clients.TWITTER],
    modelProvider: ModelProviderName.OPENAI,
    name: "agent_cognitive"
}

and import correctly on eliza/agent/index.ts

Screenshots

imagen

Additional context

@djpg djpg added the bug Something isn't working label Jan 3, 2025
Copy link
Contributor

github-actions bot commented Jan 3, 2025

Hello @djpg! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!

@djpg
Copy link
Author

djpg commented Jan 3, 2025

Solved following this issue #1543

@djpg djpg closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant