0xbbjoker

Results 15 comments of 0xbbjoker

@Valcyclovir closing this as it's fixed. If any issues encountered with interactions feel free to submit new issue.

Not sure if it's openai compatible you might be able to use it with openai plugin by providing the API end-point to deepseek. But for sure I know you can...

@standujar Good catch ser, thank you. Added fix here: https://github.com/elizaOS/eliza/pull/4796

@FancyFishok try this https://x.com/0xbbjoker/status/1927090845397717480

@AlteredCode https://x.com/0xbbjoker/status/1927090845397717480 you have all the instructions and quick start setup

@Icarus-Community can you check reply to mentions and image description on your side? Looking to close this as should be fixed.

@Icarus-Community no need for `adapter-postgres` on 1.x version. You just have to setup your url: ``` POSTGRES_URL="postgresql://neondb_owner:np*****G2Vy5@ep-royal-sound-a2hl******er.eu-central-w1.aws.neon.tech/supahdev?sslmode=require" ``` If you wanna look where database is https://github.com/elizaOS/eliza/blob/v2-develop/packages/plugin-sql/src/index.ts#L86 Basically for `POSTGRES_URL` you...

@0xopsdev can you please try again. Should be fixed.

@omariosman this has been resolved on the latest. https://github.com/elizaos-plugins/plugin-evm/blob/1.x/src/providers/wallet.ts#L247 You can notice here that we don't import `plugin-tee` we are using `plugin-tee` as a service. So you'll need to setup...

@omariosman first make sure to install the latest CLI - `npm i -g @elizaos/cli` - and then `elizaos plugins add @elizaos-plugins/plugin-evm` right now we have a scoping issue with `npx`...