Skip to content

Documentation improvements #448

@jgchn

Description

@jgchn

Is your feature request related to a problem? Please describe.
Some parts of the documentation can be updated. Creating this issue to track the areas I think can be improved. Happy to open a PR for this!

Describe the solution you'd like

Additional context
Would be great if the Contributing page can include instructions on how to get started. Here are some of the steps I followed.

  1. Fork https://github.com/IBM/prompt-declaration-language
  2. Clone the fork
  3. Run the following commands to set up dev environment
python -m venv .venv 
source .venv/bin/activate
pip install e .
  1. Run some examples. For some reason, setting the env variable REPLICATE_API_TOKEN did not work for me. However, REPLICATE_API_KEY did. I wonder if it has to do with how LiteLLM expecting the latter env var for Replicate? Not entirely sure why.
pdl examples/hello/hello.pdl

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions