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

Commit 21b3dbf

Browse files
committed
[skip ci] Update docs
1 parent 1dd2b9b commit 21b3dbf

26 files changed

Lines changed: 46 additions & 26 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 Dec 19, 2024.
100+
<span class="lastupdated">Last updated on Jan 28, 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 Dec 19, 2024.
236+
<span class="lastupdated">Last updated on Jan 28, 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 Dec 19, 2024.
134+
<span class="lastupdated">Last updated on Jan 28, 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 Dec 19, 2024.
1893+
<span class="lastupdated">Last updated on Jan 28, 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 Dec 19, 2024.
445+
<span class="lastupdated">Last updated on Jan 28, 2025.
446446
</span></p>
447447
</div>
448448

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ <h1>Source code for notdiamond.llms.providers</h1><div class="highlight"><pre>
144144
<span class="sd"> model served via TogetherAI</span>
145145
<span class="sd"> TOGETHER_LLAMA_3_1_405B_INSTRUCT_TURBO (NDLLMProvider): refers to &#39;Meta-Llama-3.1-405B-Instruct-Turbo&#39;</span>
146146
<span class="sd"> model served via TogetherAI</span>
147+
<span class="sd"> TOGETHER_DEEPSEEK_R1 (NDLLMProvider): refers to &#39;DeepSeek-R1&#39;</span>
148+
<span class="sd"> model served via TogetherAI</span>
147149

148150
<span class="sd"> REPLICATE_MISTRAL_7B_INSTRUCT_V0_2 (NDLLMProvider): refers to &quot;mistral-7b-instruct-v0.2&quot; model served via Replicate</span>
149151
<span class="sd"> REPLICATE_MIXTRAL_8X7B_INSTRUCT_V0_1 (NDLLMProvider): refers to &quot;mixtral-8x7b-instruct-v0.1&quot; model served via Replicate</span>
@@ -231,6 +233,7 @@ <h1>Source code for notdiamond.llms.providers</h1><div class="highlight"><pre>
231233
<span class="s2">&quot;togetherai&quot;</span><span class="p">,</span>
232234
<span class="s2">&quot;Meta-Llama-3.1-405B-Instruct-Turbo&quot;</span><span class="p">,</span>
233235
<span class="p">)</span>
236+
<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>
234237

235238
<span class="n">LLAMA_3_1_SONAR_LARGE_128K_ONLINE</span> <span class="o">=</span> <span class="p">(</span>
236239
<span class="s2">&quot;perplexity&quot;</span><span class="p">,</span>
@@ -283,7 +286,7 @@ <h1>Source code for notdiamond.llms.providers</h1><div class="highlight"><pre>
283286

284287
<div role="contentinfo">
285288
<p>&#169; Copyright 2024, NotDiamond.
286-
<span class="lastupdated">Last updated on Dec 19, 2024.
289+
<span class="lastupdated">Last updated on Jan 28, 2025.
287290
</span></p>
288291
</div>
289292

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 Dec 19, 2024.
462+
<span class="lastupdated">Last updated on Jan 28, 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 Dec 19, 2024.
136+
<span class="lastupdated">Last updated on Jan 28, 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 Dec 19, 2024.
135+
<span class="lastupdated">Last updated on Jan 28, 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 Dec 19, 2024.
149+
<span class="lastupdated">Last updated on Jan 28, 2025.
150150
</span></p>
151151
</div>
152152

0 commit comments

Comments
 (0)