OfirArviv
OfirArviv
Hi, I'm trying to use the plugin, but when running it I get an exception in the bootstrap process. The relevant function is: ``` // The require function function __webpack_require__(moduleId)...
for example when trying to create llm-as-judge using llama3 on hugging ace you will get the following error because you need to set an HF token ``` 403 Client Error....
This would allow us an easier management and usage of templates and cards in 'produe'
so the type checker knows that if we passed that function the type of the var is as mentioned. instanceof function have that effect.
For example to support `List[Tuple[Literal["user", "assistant", "system"], str]] `
currently we pass data_classification_policy in 2 places in the recipe As a field and in the task_data. We need to think if and how to consolidate them. for example: ```...