Émile Fugulin
Émile Fugulin
Explain that a plugin package in Caido is composed of "plugins" (right now the UI says plugin for both those concepts). You can enable and disable each independently.
1. Docker compose ```yaml services: litellm: build: context: . args: target: runtime image: ghcr.io/berriai/litellm:main-stable ports: - '4000:4000' environment: LITELLM_MASTER_KEY: sk-admin-key-1234567890 DATABASE_URL: 'postgresql://llmproxy:dbpassword9090@db:5432/litellm' STORE_MODEL_IN_DB: 'True' STORE_PROMPTS_IN_SPEND_LOGS: 'True' depends_on: - db db:...
- What are Caido teams - How to create a team - How to setup payment - How to assign licenses
Agents should understand the placeholders in replay since they can contain valuable information like a workflow running a hash or something like it. Right now it wipes them. We might...
This is a big task, but we will likely want agents to live in the backend eventually so the user can close the caido frontend and it still continues to...
Newer versions of chrome introduced features to make https the default for users. This is kinda of PITA when you want to deal with http. - `--disable-features=HttpsUpgrades`: This prevents chrome...
Asking the community, are you using async-std. The support of it is a continuous burden and since it is deprecated I want to remove it. This will not be in...
Hi there! Thanks for building this image. I see that the `latest` tag seems to be built on cron schedule without any associated Github tag or reference. It's not super...