Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add project meta & build config for pdm #48

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. add project meta & build config for pdm

    mv /routellm/ to /src/
    mv /routellm/tests/ to /tests/
    
    addresses lm-sys#47
    bitnom committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    079dc90 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. - fix dev deps

    - rm unncessary packages.find
    - use better cli project spec - project.scripts and tool.pdm.scripts
    - fix package structure to work with cli spec
    bitnom committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    13fd1a7 View commit details
    Browse the repository at this point in the history
  2. - add missing cli tools

    - update README.md
    bitnom committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a9a5692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04279e1 View commit details
    Browse the repository at this point in the history
  4. fix cli hooks

    bitnom committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a6d1b9c View commit details
    Browse the repository at this point in the history
  5. simplify readme

    bitnom committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0fa98ce View commit details
    Browse the repository at this point in the history
  6. add explainer about pdm .env

    bitnom committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    408afc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. update pdm.lock

    bitnom committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d54e875 View commit details
    Browse the repository at this point in the history