mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
update
This commit is contained in:
@@ -50,7 +50,7 @@ class DMModelHypothesisGen(ModelHypothesisGen):
|
||||
|
||||
def convert_response(self, response: str) -> ModelHypothesis:
|
||||
response_dict = json.loads(response)
|
||||
hypothesis = DMModelHypothesis(hypothesis=response_dict["hypothesis"], reason=response_dict["reason"])
|
||||
hypothesis = DMModelHypothesis(hypothesis=response_dict["hypothesis"], reason=response_dict["reason"], concise_reason=response_dict["concise_reason"])
|
||||
return hypothesis
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user