Delete Old Evals Examples (#8252)

Still retain:
- Comparison Examples
- Data + QA walkthrough
- QA (but really minimize it)
This commit is contained in:
William FH
2023-07-26 18:46:54 -07:00
committed by GitHub
parent db9d5b213a
commit 9eb7e6e27f
30 changed files with 825 additions and 4069 deletions

View File

@@ -122,7 +122,7 @@ llm_chain.predict()
</CodeOutputBlock>
With `predict_and_parser`:
With `predict_and_parse`:
```python