mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 08:27:43 +00:00
fix: bug in problem identification (#806)
This commit is contained in:
@@ -245,7 +245,7 @@ class DSProposalV2ExpGen(ExpGen):
|
||||
return json.loads(response)
|
||||
|
||||
def identify_feedback_problem(self, scenario_desc: str, exp_feedback_list_desc: str, sota_exp_desc: str) -> Dict:
|
||||
sys_prompt = T(".prompts_v2:scenario_problem.system").r(
|
||||
sys_prompt = T(".prompts_v2:feedback_problem.system").r(
|
||||
problem_spec=T(".prompts_v2:specification.problem").r(),
|
||||
problem_output_format=T(".prompts_v2:output_format.problem").r(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user