Skip to content

Commit 9b5854f

Browse files
deploy: 5fad68f
1 parent 5420b5d commit 9b5854f

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

.doctrees/index.doctree

-993 Bytes
Binary file not shown.

_sources/index.rst.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ Observability and Tracing - Optional
336336
Grok - Optional
337337
~~~~~~~~~~~~~~~~
338338

339-
`grok-3-fast` can be used instead of `gpt-4.1` for the agent model
340-
341339
.. code-block:: python
342340
343341
config = {
@@ -350,8 +348,6 @@ Grok - Optional
350348
Gemini - Optional
351349
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
352350

353-
`gemini-2.5-pro-preview-03-25` can be used instead of `gpt-4.1` for the agent model
354-
355351
.. code-block:: python
356352
357353
config = {

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ <h3>Observability and Tracing - Optional<a class="headerlink" href="#observabili
380380
</section>
381381
<section id="grok-optional">
382382
<h3>Grok - Optional<a class="headerlink" href="#grok-optional" title="Link to this heading"></a></h3>
383-
<p><cite>grok-3-fast</cite> can be used instead of <cite>gpt-4.1</cite> for the agent model</p>
384383
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">config</span> <span class="o">=</span> <span class="p">{</span>
385384
<span class="s2">&quot;grok&quot;</span><span class="p">:</span> <span class="p">{</span>
386385
<span class="s2">&quot;api_key&quot;</span><span class="p">:</span> <span class="s2">&quot;your-grok-api-key&quot;</span><span class="p">,</span>
@@ -391,7 +390,6 @@ <h3>Grok - Optional<a class="headerlink" href="#grok-optional" title="Link to th
391390
</section>
392391
<section id="gemini-optional">
393392
<h3>Gemini - Optional<a class="headerlink" href="#gemini-optional" title="Link to this heading"></a></h3>
394-
<p><cite>gemini-2.5-pro-preview-03-25</cite> can be used instead of <cite>gpt-4.1</cite> for the agent model</p>
395393
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">config</span> <span class="o">=</span> <span class="p">{</span>
396394
<span class="s2">&quot;gemini&quot;</span><span class="p">:</span> <span class="p">{</span>
397395
<span class="s2">&quot;api_key&quot;</span><span class="p">:</span> <span class="s2">&quot;your-gemini-api-key&quot;</span><span class="p">,</span>

0 commit comments

Comments
 (0)