mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Change order of justification key in eval schema (#1619)
Co-authored-by: Teo Musatoiu <156829031+teomusatoiu@users.noreply.github.com>
This commit is contained in:
parent
863c84e94d
commit
b59673c9ca
@ -593,12 +593,12 @@
|
||||
"\"\"\"\n",
|
||||
"\n",
|
||||
"class ScoreCard(BaseModel):\n",
|
||||
" justification: str\n",
|
||||
" categorization: int\n",
|
||||
" keyword_extraction: int\n",
|
||||
" sentiment_analysis: int\n",
|
||||
" clarity_structure: int\n",
|
||||
" detail_completeness: int\n",
|
||||
" justification: str"
|
||||
" detail_completeness: int"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user