Skip to content

Commit

Permalink
deploy: 36ef87d
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Jun 10, 2024
1 parent 24e1ae7 commit cb00d84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/hello_ml.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 id="hello-ml"><a class="header" href="#hello-ml">Hello ML</a></h1>
<pre><pre class="playground"><code class="language-rust">//! # Hello ML
//! A popular 'hello world' for machine learning in games is sentence similarity,
//! where models rank the similarity of sentences.
//! This example uses a locally run LLM to select the child behavior with the most similar sentence.
//! This example uses a locally run *small* language model to select the child behavior with the most similar sentence.
use beet::prelude::*;
use beet_examples::*;
use bevy::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h3 id="fetch"><a class="header" href="#fetch"><a href="examples/fetch.html">Fet
<pre><pre class="playground"><code class="language-rust">//! # Hello ML
//! A popular 'hello world' for machine learning in games is sentence similarity,
//! where models rank the similarity of sentences.
//! This example uses a locally run LLM to select the child behavior with the most similar sentence.
//! This example uses a locally run *small* language model to select the child behavior with the most similar sentence.
use beet::prelude::*;
use beet_examples::*;
use bevy::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit cb00d84

Please sign in to comment.