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

feat: Add a script to extract openapi.yaml #44

Merged
merged 3 commits into from
Jan 30, 2024
Merged

feat: Add a script to extract openapi.yaml #44

merged 3 commits into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. feat: Add a script to extrat openapi.yaml

    This adds a script that we can run with:
    
    ```sh
    poetry run python scripts/extract_openapi.py dewy.main:app
    ```
    
    This also modifies the options to eliminate the LLM/embedding
    environment variables (not used) and make the DB optional (failing
    the CRUD methods if invoked).
    
    This is part of #43.
    bjchambers committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    be1192d View commit details
    Browse the repository at this point in the history
  2. add poe tasks

    bjchambers committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0b19932 View commit details
    Browse the repository at this point in the history
  3. tasks; lint

    bjchambers committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3a55ea8 View commit details
    Browse the repository at this point in the history