Skip to content

Commit

Permalink
chore: updated manifest.json and dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiquity-os[bot] committed Oct 15, 2024
1 parent df47423 commit 5ec3335
Showing 1 changed file with 11 additions and 28 deletions.
39 changes: 11 additions & 28 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"default": "",
"type": "string"
}
},
"required": ["model", "endpoint"]
}
},
"multipliers": {
"default": [
Expand Down Expand Up @@ -259,8 +258,7 @@
"required": ["role"]
}
}
},
"required": ["openAi", "multipliers"]
}
},
{
"type": "null"
Expand All @@ -277,8 +275,7 @@
"default": true,
"type": "boolean"
}
},
"required": ["redeemTask"]
}
},
{
"type": "null"
Expand Down Expand Up @@ -653,27 +650,25 @@
"type": "boolean"
}
},
"required": ["score", "countWords"]
"required": ["score"]
}
}
},
"wordValue": {
"default": 0.1,
"type": "number"
}
},
"required": ["html", "wordValue"]
}
}
},
"required": ["role", "multiplier", "rewards"]
"required": ["role", "multiplier"]
}
},
"wordCountExponent": {
"default": 0.85,
"type": "number"
}
},
"required": ["multipliers", "wordCountExponent"]
}
},
{
"type": "null"
Expand Down Expand Up @@ -707,24 +702,14 @@
"default": false,
"type": "boolean"
}
},
"required": ["post", "debug"]
}
},
{
"type": "null"
}
]
}
},
"required": [
"requirePriceLabel",
"contentEvaluator",
"userExtractor",
"dataPurge",
"formattingEvaluator",
"permitGeneration",
"githubComment"
]
}
},
"dataCollection": {
"default": {},
Expand All @@ -740,10 +725,8 @@
"minimum": 100,
"type": "number"
}
},
"required": ["maxAttempts", "delayMs"]
}
}
},
"required": ["logLevel", "evmNetworkId", "evmPrivateEncrypted", "erc20RewardToken", "incentives", "dataCollection"]
}
}
}

0 comments on commit 5ec3335

Please sign in to comment.