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

Error Running Bee-Stack on Ubuntu 22 Azure VM (8GB RAM) After Installation #70

Open
2 tasks
matiasmolinas opened this issue Jan 8, 2025 · 3 comments
Open
2 tasks
Labels

Comments

@matiasmolinas
Copy link

Tasks

  • I have run through the
    troubleshooting guide
  • My container provider (docker / podman / rancher) and the compose extension are up to date
    (docker compose version or podman compose version returns a version >= 2.26)

Description
All Docker containers are running properly. The only modification I made to get everything working on this VM was adjusting the time values in the bee-api healthcheck configuration:

healthcheck:
test: "wget --quiet -O - http://127.0.0.1:4000/healthcheck"
interval: 10s
retries: 10
start_period: 30s
timeout: 5s # Maximum time for a single check

I selected OpenAI as the llm provider, but when running the UI, I encountered the following error:

Error Message:

An error occurred
[cause]: Error: getDefaultAgent is not a function

(Screenshot attached for reference.)

2025-01-08_1537S.zip
error

Logs

@david-crushbank
Copy link

I'm having the same issues - also using OpenAI.

@jezekra1
Copy link
Collaborator

Please try a different provider, this is a known issue with OpenAI, should be fixed in the next bee-api release

@matiasmolinas
Copy link
Author

Please try a different provider, this is a known issue with OpenAI, should be fixed in the next bee-api release

Ok, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants