Skip to content

Commit ecfd239

Browse files
committed
deploy: 891497b
1 parent 419128f commit ecfd239

195 files changed

Lines changed: 773 additions & 2042 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Chunking_8cs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>

Chunking_8cs_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>

DBSearch_8cs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>

DBSearch_8cs_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>

LLMBuilder_8cs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>

LLMBuilder_8cs_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>

LLMCaller_8cs.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>
@@ -112,8 +112,6 @@
112112
</div>
113113

114114
<div class="header">
115-
<div class="summary">
116-
<a href="#nested-classes">Classes</a> </div>
117115
<div class="headertitle"><div class="title">LLMCaller.cs File Reference</div></div>
118116
</div><!--header-->
119117
<div class="contents">
@@ -122,13 +120,6 @@
122120
<a href="#details">More...</a></p>
123121

124122
<p><a href="LLMCaller_8cs_source.html">Go to the source code of this file.</a></p>
125-
<table class="memberdecls">
126-
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
127-
Classes</h2></td></tr>
128-
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLLMUnity_1_1LLMCaller.html">LLMUnity.LLMCaller</a></td></tr>
129-
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class implementing calling of LLM functions (local and remote). <a href="classLLMUnity_1_1LLMCaller.html#details">More...</a><br /></td></tr>
130-
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
131-
</table>
132123
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
133124
<div class="textblock"><p>File implementing the basic functionality for LLM callers. </p>
134125

LLMCaller_8cs_source.html

Lines changed: 37 additions & 75 deletions
Large diffs are not rendered by default.

LLMCharacter_8cs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<td id="projectlogo"><img alt="Logo" src="logo_tiny.png"/></td>
4848
<td id="projectalign" style="padding-left: 0.5em;">
4949
<div id="projectname">LLM for Unity
50-
&#160;<span id="projectnumber">v2.5.1</span>
50+
&#160;<span id="projectnumber">v2.5.2</span>
5151
</div>
5252
<div id="projectbrief">Create characters in Unity with LLMs!</div>
5353
</td>

LLMCharacter_8cs_source.html

Lines changed: 225 additions & 236 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)