Skip to content

agdfoster/dspy_prompt_iterator

Repository files navigation

dspy_prompt_iterator

Setup

  1. Clone the repository:

    git clone https://github.com/agdfoster/dspy_prompt_iterator.git
    cd dspy_prompt_iterator
    
  2. Set up environment variables: Add the following to your ~/.zshrc (or equivalent):

    export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/credentials.json"
    export FALLBACK_FILE_PATH="/path/to/your/fallback/file.csv"
    
  3. Reload your shell or run:

    source ~/.zshrc
    
  4. Install dependencies:

    pip install -r requirements.txt
    
  5. Run the main script:

    python main.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages