Sign in

Configure DagKnows CLI

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

The above installation script also installs the dagknows cli. Configure it with the following command:

dk config init
copied
  1. 1

    Specify the DagKnows server

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

    Provide https://app.dagknows.com as the DagKnows server

    Enter the api host to make api calls to:[http://localhost]: https://app.dagknows.com 
    

    hit enter

    1
  2. 2

    Create a token from DagKnows settings

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    1. Log into your DagKnows account
    2. Click on "Adjust Settings" in the left navigation bar
    3. Look for the "Generate Access Token"
    4. provide a label for the proxy. Like myproxy or dev or prod something
    5. Specify the validity period of the token. Like 1 year or something.
    6. Click Generate
    7. This creates a row in the token table. Each row has a copy button to copy the token.
    8. Copy the token and use it in the next step
    2
  3. 3

    Provide a token

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    Enter an access token: : <paste the token from previous step>
    

    hit enter


    That completes your DagKnows CLI config

    3