Skip to content

Commit

Permalink
web: change to b2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeurerkellner committed Jul 28, 2023
1 parent 3abc049 commit 02b59be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/actions/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h2>Explore LMQL</h2>
<div class="column getting-started">
<h2>Install LMQL 0.7 Beta</h2>
<div class="cmd">
pip install lmql==0.7b1
pip install lmql==0.7b2
</div>
To run LMQL locally, read the <span><a href="https://docs.lmql.ai/en/latest/quickstart.html">Getting Started</a></span> section of the documentation.
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ <h2>Explore LMQL</h2>
<div class="column getting-started">
<h2>Install LMQL 0.7 Beta</h2>
<div class="cmd">
pip install lmql==0.7b1
pip install lmql==0.7b2
</div>
To run LMQL locally, read the <span><a href="https://docs.lmql.ai/en/latest/quickstart.html">Getting Started</a></span> section of the documentation.
</div>
Expand Down

0 comments on commit 02b59be

Please sign in to comment.