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

.env not being read at all? #3449

Open
jordanurbs opened this issue Feb 11, 2025 · 2 comments
Open

.env not being read at all? #3449

jordanurbs opened this issue Feb 11, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@jordanurbs
Copy link

Describe the bug

I added SERVER_PORT=3005 to the .env, as well as filled out my preferred local Ollama models.

but it keeps running on 3000 (I'm getting a 500 error on localhost:3000, but that's another issue)

It's also loading hermes-3 by default, even though I've set the default to be deepseek-r1 in the .env

Am I missing a step in the installation process?

To Reproduce

pnpm i && pnpm build && pnpm start and then run pnpm start:client

Expected behavior

Eliza to start running

Additional context

on macOS on an M3

@jordanurbs jordanurbs added the bug Something isn't working label Feb 11, 2025
@jordanurbs
Copy link
Author

I'm noticing it's a different .env file when I use the git clone https://github.com/elizaos/eliza-starter.git vs git clone https://github.com/elizaos/eliza.git so that's where I'm at now... looks like a lot more I can control in here, going to start over.

@gkfyr
Copy link

gkfyr commented Feb 13, 2025

Using v0.25.6-alpha.1 on https://github.com/elizaos/eliza.git worked for me.

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

2 participants