Skip to content

Commit

Permalink
deploy: 8f1ca3c
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcowD committed Sep 19, 2024
1 parent 9d0e396 commit aeadd97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sources/core_concepts/ell_studio.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To start using Studio, run the following command in your terminal:
ell-studio --storage ./logdir
Then go to `http://localhost:8080 <http://localhost:8080>`_ to access the Studio interface.
Then go to `http://localhost:5000 <http://localhost:5000>`_ to access the Studio interface.

This command opens the Studio interface in your web browser, using the data stored in the specified directory (which should be the same directory you specified when initializing ell with `ell.init(store='./logdir')`). Since Studio runs locally, you can be assured that your sensitive prompt data never leaves your machine.

Expand Down
2 changes: 1 addition & 1 deletion _static/ell_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
2 changes: 1 addition & 1 deletion core_concepts/ell_studio.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2>Launching Studio<a class="headerlink" href="#launching-studio" title="Link t
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1">ell-studio<span class="w"> </span>--storage<span class="w"> </span>./logdir
</span></code></pre></div>
</div>
<p>Then go to <a class="reference external" href="http://localhost:8080">http://localhost:8080</a> to access the Studio interface.</p>
<p>Then go to <a class="reference external" href="http://localhost:5000">http://localhost:5000</a> to access the Studio interface.</p>
<p>This command opens the Studio interface in your web browser, using the data stored in the specified directory (which should be the same directory you specified when initializing ell with <cite>ell.init(store=’./logdir’)</cite>). Since Studio runs locally, you can be assured that your sensitive prompt data never leaves your machine.</p>
</section>
<section id="key-features-of-studio">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit aeadd97

Please sign in to comment.