vikramvasudevan commited on
Commit
6a42f82
·
verified ·
1 Parent(s): d198bbf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. modules/quiz/models.py +1 -1
modules/quiz/models.py CHANGED
@@ -37,7 +37,7 @@ class Question(BaseModel):
37
  )
38
  verse_reference: Optional[str] = Field(
39
  default=None,
40
- description="The reference identifier of the verse or the title (e.g., Bhagavad Gita 2.47). Include the prabandham_name as well if available",
41
  )
42
  reference_link: Optional[str] = Field(
43
  default=None, description="The html_url if available"
 
37
  )
38
  verse_reference: Optional[str] = Field(
39
  default=None,
40
+ description="The reference identifier of the verse or the title (e.g., TVM 1.4.5). Include the prabandham_name as well if available. Do not capture the scripture name here.",
41
  )
42
  reference_link: Optional[str] = Field(
43
  default=None, description="The html_url if available"