File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/projects/projectId/attributes/attributeId Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ export default function AttributeCalculation() {
403403 </ div >
404404 {
405405 currentAttribute . dataType == DataTypeEnum . LLM_RESPONSE &&
406- < LLMResponseConfig disabled = { currentAttribute . state == AttributeState . USABLE } attributeId = { currentAttribute ?. id } fullLlmConfig = { additionalConfigTmp } setFullLlmConfig = { setAdditionalConfigTmp } apiKey = { additionalConfigTmp ?. llmConfig . apiKey } />
406+ < LLMResponseConfig disabled = { currentAttribute . state == AttributeState . USABLE } attributeId = { currentAttribute ?. id } fullLlmConfig = { additionalConfigTmp } setFullLlmConfig = { setAdditionalConfigTmp } apiKey = { additionalConfigTmp ?. llmConfig . apiKey } noPlayground = { currentAttribute . state == AttributeState . USABLE } />
407407 }
408408 < div className = "flex flex-row items-center justify-between my-3" >
409409 < div className = "flex flex-row flex-nowrap items-center" >
You can’t perform that action at this time.
0 commit comments