# ElizaOS Technical Issues and Solutions
The Discord chat focused on troublesho...
oting ElizaOS plugin installations, local AI configuration, and client issues. Users encountered problems with plugin visibility after installation via CLI and Bun. The recommended solution was to use git clone of the ElizaOS repo, switch to the v2-develop branch, and run bun install, bun run build, and bun start.
Multiple users reported the Twitter client failing to reply to users despite checking interactions. A GitHub issue (#4115) was referenced, but no definitive fix was found, though switching to different install methods helped in some cases.
Local AI setup issues were common, with users struggling with the system defaulting to LLaMA models despite setting OpenAI or Anthropic API keys. The solution involved setting specific environment variables in the .env file to bypass LLaMA downloads and use cloud-based models instead.
Other issues included API rate limit crashes with Anthropic, VRAM problems on 4070 Super GPUs, and dependency resolution errors during installation. Most were resolved through proper configuration of the .env file or switching to the v2-develop branch.
Discord