dspy icon indicating copy to clipboard operation
dspy copied to clipboard

Token projection color text is illegible in light mode.

Open chuckfinca opened this issue 2 months ago • 1 comments

Minor, but yellow is a very hard to read text color on white background.

Screenshot 2024-11-26 at 6 12 34 PM
optimizer = dspy.MIPROv2(
    metric=dspy.evaluate.answer_exact_match,
    auto="medium",
    max_bootstrapped_demos=0, # ZERO FEW-SHOT EXAMPLES
    max_labeled_demos=0, # ZERO FEW-SHOT EXAMPLES
)

I'm working in Google Colab.

chuckfinca avatar Nov 26 '24 17:11 chuckfinca