We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
eliza v0.1.6
mainCharacter.ts
eliza/agent
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
eliza/agent/index.ts
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Hello @djpg! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!
Sorry, something went wrong.
Solved following this issue #1543
No branches or pull requests
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
undereliza/agent
path:and import correctly on
eliza/agent/index.ts
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: