Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 3e100d7

Browse files
committed
[skip ci] Update docs
1 parent efa1c14 commit 3e100d7

26 files changed

Lines changed: 37 additions & 37 deletions

docs/_build/html/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h1>All modules for which code is available</h1>
9797

9898
<div role="contentinfo">
9999
<p>&#169; Copyright 2024, NotDiamond.
100-
<span class="lastupdated">Last updated on Jan 28, 2025.
100+
<span class="lastupdated">Last updated on Feb 18, 2025.
101101
</span></p>
102102
</div>
103103

docs/_build/html/_modules/notdiamond/_init.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h1>Source code for notdiamond._init</h1><div class="highlight"><pre>
233233

234234
<div role="contentinfo">
235235
<p>&#169; Copyright 2024, NotDiamond.
236-
<span class="lastupdated">Last updated on Jan 28, 2025.
236+
<span class="lastupdated">Last updated on Feb 18, 2025.
237237
</span></p>
238238
</div>
239239

docs/_build/html/_modules/notdiamond/exceptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>Source code for notdiamond.exceptions</h1><div class="highlight"><pre>
131131

132132
<div role="contentinfo">
133133
<p>&#169; Copyright 2024, NotDiamond.
134-
<span class="lastupdated">Last updated on Jan 28, 2025.
134+
<span class="lastupdated">Last updated on Feb 18, 2025.
135135
</span></p>
136136
</div>
137137

docs/_build/html/_modules/notdiamond/llms/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ <h1>Source code for notdiamond.llms.client</h1><div class="highlight"><pre>
18901890

18911891
<div role="contentinfo">
18921892
<p>&#169; Copyright 2024, NotDiamond.
1893-
<span class="lastupdated">Last updated on Jan 28, 2025.
1893+
<span class="lastupdated">Last updated on Feb 18, 2025.
18941894
</span></p>
18951895
</div>
18961896

docs/_build/html/_modules/notdiamond/llms/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ <h1>Source code for notdiamond.llms.config</h1><div class="highlight"><pre>
442442

443443
<div role="contentinfo">
444444
<p>&#169; Copyright 2024, NotDiamond.
445-
<span class="lastupdated">Last updated on Jan 28, 2025.
445+
<span class="lastupdated">Last updated on Feb 18, 2025.
446446
</span></p>
447447
</div>
448448

docs/_build/html/_modules/notdiamond/llms/providers.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h1>Source code for notdiamond.llms.providers</h1><div class="highlight"><pre>
154154
<span class="sd"> REPLICATE_META_LLAMA_3_1_405B_INSTRUCT (NDLLMProvider): refers to &quot;meta-llama-3.1-405b-instruct&quot;</span>
155155
<span class="sd"> model served via Replicate</span>
156156

157-
<span class="sd"> LLAMA_3_1_SONAR_LARGE_128K_ONLINE (NDLLMProvider): refers to &quot;llama-3.1-sonar-large-128k-online&quot; model by Perplexity</span>
157+
<span class="sd"> SONAR (NDLLMProvider): refers to &quot;sonar&quot; model by Perplexity</span>
158158
<span class="sd"> &quot;&quot;&quot;</span>
159159

160160
<span class="n">GPT_3_5_TURBO</span> <span class="o">=</span> <span class="p">(</span><span class="s2">&quot;openai&quot;</span><span class="p">,</span> <span class="s2">&quot;gpt-3.5-turbo&quot;</span><span class="p">)</span>
@@ -235,9 +235,9 @@ <h1>Source code for notdiamond.llms.providers</h1><div class="highlight"><pre>
235235
<span class="p">)</span>
236236
<span class="n">TOGETHER_DEEPSEEK_R1</span> <span class="o">=</span> <span class="p">(</span><span class="s2">&quot;togetherai&quot;</span><span class="p">,</span> <span class="s2">&quot;DeepSeek-R1&quot;</span><span class="p">)</span>
237237

238-
<span class="n">LLAMA_3_1_SONAR_LARGE_128K_ONLINE</span> <span class="o">=</span> <span class="p">(</span>
238+
<span class="n">SONAR</span> <span class="o">=</span> <span class="p">(</span>
239239
<span class="s2">&quot;perplexity&quot;</span><span class="p">,</span>
240-
<span class="s2">&quot;llama-3.1-sonar-large-128k-online&quot;</span><span class="p">,</span>
240+
<span class="s2">&quot;sonar&quot;</span><span class="p">,</span>
241241
<span class="p">)</span>
242242

243243
<span class="n">REPLICATE_MISTRAL_7B_INSTRUCT_V0_2</span> <span class="o">=</span> <span class="p">(</span>
@@ -286,7 +286,7 @@ <h1>Source code for notdiamond.llms.providers</h1><div class="highlight"><pre>
286286

287287
<div role="contentinfo">
288288
<p>&#169; Copyright 2024, NotDiamond.
289-
<span class="lastupdated">Last updated on Jan 28, 2025.
289+
<span class="lastupdated">Last updated on Feb 18, 2025.
290290
</span></p>
291291
</div>
292292

docs/_build/html/_modules/notdiamond/llms/request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ <h1>Source code for notdiamond.llms.request</h1><div class="highlight"><pre>
459459

460460
<div role="contentinfo">
461461
<p>&#169; Copyright 2024, NotDiamond.
462-
<span class="lastupdated">Last updated on Jan 28, 2025.
462+
<span class="lastupdated">Last updated on Feb 18, 2025.
463463
</span></p>
464464
</div>
465465

docs/_build/html/_modules/notdiamond/metrics/metric.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h1>Source code for notdiamond.metrics.metric</h1><div class="highlight"><pre>
133133

134134
<div role="contentinfo">
135135
<p>&#169; Copyright 2024, NotDiamond.
136-
<span class="lastupdated">Last updated on Jan 28, 2025.
136+
<span class="lastupdated">Last updated on Feb 18, 2025.
137137
</span></p>
138138
</div>
139139

docs/_build/html/_modules/notdiamond/metrics/request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h1>Source code for notdiamond.metrics.request</h1><div class="highlight"><pre>
132132

133133
<div role="contentinfo">
134134
<p>&#169; Copyright 2024, NotDiamond.
135-
<span class="lastupdated">Last updated on Jan 28, 2025.
135+
<span class="lastupdated">Last updated on Feb 18, 2025.
136136
</span></p>
137137
</div>
138138

docs/_build/html/_modules/notdiamond/prompts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1>Source code for notdiamond.prompts</h1><div class="highlight"><pre>
146146

147147
<div role="contentinfo">
148148
<p>&#169; Copyright 2024, NotDiamond.
149-
<span class="lastupdated">Last updated on Jan 28, 2025.
149+
<span class="lastupdated">Last updated on Feb 18, 2025.
150150
</span></p>
151151
</div>
152152

0 commit comments

Comments
 (0)