Skip to content

Commit

Permalink
Merge pull request #51 from DARPA-ASKEM/4716-investigate-creating-a-m…
Browse files Browse the repository at this point in the history
…odel-enrichments-without-resource

ModelCardModel research_paper param defaults to None
  • Loading branch information
dgauldie authored Sep 12, 2024
2 parents 1a461d3 + 871815c commit b5e9a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gollm/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ConfigureModelDataset(BaseModel):

class ModelCardModel(BaseModel):
amr: str # expects AMR in a stringified JSON object
research_paper: str
research_paper: str = None


class ModelCompareModel(BaseModel):
Expand Down

0 comments on commit b5e9a5e

Please sign in to comment.