Skip to content

Commit ed289ce

Browse files
authored
Merge pull request #25 from cassiebreviu/main
fix column mapping in run.yml and update to gpt4
2 parents 8e2c5a1 + 067a5b3 commit ed289ce

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

contoso-chat/run.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ data: ../data/salestestdata.jsonl
55
# define cloud resource
66
runtime: automatic
77

8+
column_mapping:
9+
customerId: ${data.customerId}
10+
question: ${data.question}
11+
812
connections:
913
llm_response:
1014
connection: aoai-connection

contoso-chat/run_evaluation_multi.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ runtime: automatic
1414
connections:
1515
groundedness_score:
1616
connection: aoai-connection
17-
deployment_name: gpt-35-turbo
17+
deployment_name: gpt-4
1818
fluency_score:
1919
connection: aoai-connection
20-
deployment_name: gpt-35-turbo
20+
deployment_name: gpt-4
2121
coherence_score:
2222
connection: aoai-connection
23-
deployment_name: gpt-35-turbo
23+
deployment_name: gpt-4
2424
relevance_score:
2525
connection: aoai-connection
26-
deployment_name: gpt-35-turbo
26+
deployment_name: gpt-4

contoso-support/run.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ data: ../data/supporttestdata.jsonl
55
# define cloud resource
66
runtime: automatic
77

8+
column_mapping:
9+
customerId: ${data.customerId}
10+
question: ${data.question}
11+
812
connections:
913
llm_call:
1014
connection: aoai-connection

0 commit comments

Comments
 (0)