Skip to content
Snippets Groups Projects

Enable token support

Merged ressa requested to merge issue/huggingface-3454202:3454202-enable-token-support into 1.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ class TextGenerationBase extends HuggingfaceBase implements AiInterpolatorFieldR
@@ -21,7 +21,7 @@ class TextGenerationBase extends HuggingfaceBase implements AiInterpolatorFieldR
* {@inheritDoc}
* {@inheritDoc}
*/
*/
public function advancedMode() {
public function advancedMode() {
return FALSE;
return TRUE;
}
}
/**
/**
Loading