Closed
Conversation
typpo
reviewed
Jan 31, 2025
|
|
||
| ```yaml | ||
| ```yaml title="promptfooconfig.yaml" | ||
| # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json |
Contributor
There was a problem hiding this comment.
I think this change just pollutes the examples. Not sure we should do this
mldangelo
commented
Feb 2, 2025
Comment on lines
+5
to
+6
| prompts: | ||
| - '{{prompt}}' |
Member
Author
There was a problem hiding this comment.
Suggested change
| prompts: | |
| - '{{prompt}}' |
# Conflicts: # examples/redteam-deepseek/README.md # site/docs/configuration/chat.md # site/docs/configuration/expected-outputs/index.md # site/docs/configuration/guide.md # site/docs/configuration/parameters.md # site/docs/getting-started.md # site/docs/guides/evaluate-rag.md # site/docs/guides/llama2-uncensored-benchmark-ollama.md # site/docs/usage/web-ui.md # site/docusaurus.config.js # site/sidebars.js
Contributor
|
⏩ No test execution environment matched (80a6bbe) View output ↗ Tip New to Tusk? Learn more here. View check history
|
…hema comments - Remove all merge conflict artifacts (<<<<<<< HEAD, =======, >>>>>>> main) - Update model names to latest 2025 versions: * gpt-4.1-mini → o3-mini * gpt-4.1 → gpt-4o * claude-3-haiku → claude-3-7-sonnet-20250219 - Add YAML schema comments consistently across all examples - Fix formatting and structure issues in documentation
Critical fixes: - Fix Google Sheets redirect from /docs/configuration/datasets/google-sheets to /docs/configuration/tests/google-sheets - Update model names to 2025 standards (claude-3-7-sonnet-20250219, o3-mini) Content improvements: - Trim HuggingFace guide from 516 to 399 lines (23% reduction) - Remove specialized datasets (MMVU, Medical, Code, AgentBench, MT-Bench) - Remove redundant math datasets (kept MATH-500 as the primary example) - Add tip about finding additional specialized datasets - Add YAML schema comments for IDE support Quality improvements: - Keep focus on most commonly used datasets (MMLU, ARC, HellaSwag, TruthfulQA, GSM8K, SQuAD) - Maintain comprehensive examples and troubleshooting - Preserve all core functionality while improving readability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.