Spaces:
Runtime error
Runtime error
Ben Burtenshaw
commited on
Commit
β’
5c14bc8
1
Parent(s):
f0671b0
fix missing param
Browse files
pages/2_π©πΌβπ¬ Describe Domain.py
CHANGED
@@ -210,7 +210,9 @@ domain_data = {
|
|
210 |
"topics": topics,
|
211 |
"examples": examples,
|
212 |
"domain_expert_prompt": domain_expert_prompt,
|
213 |
-
"application_instruction": create_application_instruction(
|
|
|
|
|
214 |
"seed_terms": create_seed_terms(topics, perspectives),
|
215 |
}
|
216 |
|
|
|
210 |
"topics": topics,
|
211 |
"examples": examples,
|
212 |
"domain_expert_prompt": domain_expert_prompt,
|
213 |
+
"application_instruction": create_application_instruction(
|
214 |
+
domain=domain, system_prompt=domain_expert_prompt, examples=examples
|
215 |
+
),
|
216 |
"seed_terms": create_seed_terms(topics, perspectives),
|
217 |
}
|
218 |
|