Skip to content

Commit

Permalink
Merge pull request #25 from cassiebreviu/main
Browse files Browse the repository at this point in the history
fix column mapping in run.yml and update to gpt4
  • Loading branch information
cassiebreviu authored Jan 4, 2024
2 parents 8e2c5a1 + 067a5b3 commit ed289ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions contoso-chat/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ data: ../data/salestestdata.jsonl
# define cloud resource
runtime: automatic

column_mapping:
customerId: ${data.customerId}
question: ${data.question}

connections:
llm_response:
connection: aoai-connection
Expand Down
8 changes: 4 additions & 4 deletions contoso-chat/run_evaluation_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ runtime: automatic
connections:
groundedness_score:
connection: aoai-connection
deployment_name: gpt-35-turbo
deployment_name: gpt-4
fluency_score:
connection: aoai-connection
deployment_name: gpt-35-turbo
deployment_name: gpt-4
coherence_score:
connection: aoai-connection
deployment_name: gpt-35-turbo
deployment_name: gpt-4
relevance_score:
connection: aoai-connection
deployment_name: gpt-35-turbo
deployment_name: gpt-4
4 changes: 4 additions & 0 deletions contoso-support/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ data: ../data/supporttestdata.jsonl
# define cloud resource
runtime: automatic

column_mapping:
customerId: ${data.customerId}
question: ${data.question}

connections:
llm_call:
connection: aoai-connection
Expand Down

0 comments on commit ed289ce

Please sign in to comment.