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",
|
||||||
"\n",
|
"\n",
|
||||||
"class ScoreCard(BaseModel):\n",
|
"class ScoreCard(BaseModel):\n",
|
||||||
|
" justification: str\n",
|
||||||
" categorization: int\n",
|
" categorization: int\n",
|
||||||
" keyword_extraction: int\n",
|
" keyword_extraction: int\n",
|
||||||
" sentiment_analysis: int\n",
|
" sentiment_analysis: int\n",
|
||||||
" clarity_structure: int\n",
|
" clarity_structure: int\n",
|
||||||
" detail_completeness: int\n",
|
" detail_completeness: int"
|
||||||
" justification: str"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user