Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
D-W- committed May 7, 2024
1 parent 335f33b commit af91a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/flex-flows/eval-criteria-with-langchain/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Eval Conciseness Criteria with LangChain

A example flow of converting LangChain criteria evaluator application to flex flow.
A example flow of converting [LangChain criteria evaluator](https://python.langchain.com/docs/guides/productionization/evaluation/string/criteria_eval_chain/) application to flex flow.

## Prerequisites

Expand All @@ -11,7 +11,7 @@ pip install -r requirements.txt

## Run flow

- Prepare your Azure Open AI resource follow this [instruction](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/create-resource?pivots=web-portal) and get your `api_key` if you don't have one.
- Prepare your Azure Open AI resource follow this [instruction](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/create-resource?pivots=web-portal) and get your `api_key` if you don't have one.
- Or prepare your Anthropic resource follow this [instruction](https://python.langchain.com/docs/integrations/platforms/anthropic/) and get your `api_key` if you don't have one.

- Setup connection
Expand Down

0 comments on commit af91a90

Please sign in to comment.