You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="code-copy-outer-scaffold"><divclass="sourceCode cell-code" id="cb43"><preclass="sourceCode python code-with-copy"><codeclass="sourceCode python"><spanid="cb43-1"><ahref="#cb43-1" aria-hidden="true" tabindex="-1"></a>llm.translate([<spanclass="st">"Este es el mejor dia!"</span>], <spanclass="st">"english"</span>)</span>
1087
-
<spanid="cb43-2"><ahref="#cb43-2" aria-hidden="true" tabindex="-1"></a><spanclass="co">#> ["It's my favorite day!"]</span></span></code></pre></div><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></div>
1087
+
<spanid="cb43-2"><ahref="#cb43-2" aria-hidden="true" tabindex="-1"></a><spanclass="co">#> ['This is the best day!']</span></span></code></pre></div><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></div>
1088
1088
</div>
1089
1089
<p>For more information visit the reference page: <ahref="./reference/LLMVec.html">LLMVec</a></p>
<divclass="code-copy-outer-scaffold"><divclass="sourceCode cell-code" id="cb4"><preclass="sourceCode python code-with-copy"><codeclass="sourceCode python"><spanid="cb4-1"><ahref="#cb4-1" aria-hidden="true" tabindex="-1"></a>llm.classify([<spanclass="st">'this is important!'</span>, <spanclass="st">'there is no rush'</span>], [<spanclass="st">'urgent'</span>, <spanclass="st">'not urgent'</span>])</span></code></pre></div><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></div>
<divclass="code-copy-outer-scaffold"><divclass="sourceCode cell-code" id="cb14"><preclass="sourceCode python code-with-copy"><codeclass="sourceCode python"><spanid="cb14-1"><ahref="#cb14-1" aria-hidden="true" tabindex="-1"></a>llm.summarize([<spanclass="st">'This has been the best TV Ive ever used. Great screen, and sound.'</span>], max_words <spanclass="op">=</span><spanclass="dv">5</span>)</span></code></pre></div><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></div>
<divclass="code-copy-outer-scaffold"><divclass="sourceCode cell-code" id="cb17"><preclass="sourceCode python code-with-copy"><codeclass="sourceCode python"><spanid="cb17-1"><ahref="#cb17-1" aria-hidden="true" tabindex="-1"></a>llm.translate([<spanclass="st">'This has been the best TV Ive ever used. Great screen, and sound.'</span>], language <spanclass="op">=</span><spanclass="st">'spanish'</span>)</span></code></pre></div><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></div>
0 commit comments