-
-
Notifications
You must be signed in to change notification settings - Fork 830
docs: misc cleanup #2885
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
docs: misc cleanup #2885
Conversation
|
|
||
| ```yaml | ||
| ```yaml title="promptfooconfig.yaml" | ||
| # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change just pollutes the examples. Not sure we should do this
| prompts: | ||
| - '{{prompt}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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
|
⏩ 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
No description provided.