Sign in

Setup DagKnows CLI

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
  1. 1

    Installing DagKnows CLI

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    Install the DagKnows Command Line Interface (CLI). This tool provides wrappers for interacting with DagKnows and managing proxies. The force reinstall option ensures the latest version is installed.

    pip install dagknows --force-reinstall
    copied
    1
  2. 2

    Add DK CLI to PATH

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    Add the DK CLI executable to the path environment variable

    export PATH=$PATH:/home/ubuntu/.local/bin
    copied
    2
  3. 3

    Configure DK CLI

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    Configure the DagKnows CLI by providing an access token. This step involves specifying the host address for the SaaS instance where DagKnows is running (this can vary for onprem or custom installations) and entering the access token obtained from the app's settings page.

    dk config init
    copied
    3