Skip to content

Commit

Permalink
Deployed 2907895 with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
squeakymouse committed Jul 27, 2023
1 parent 9e782b4 commit 49bfe5c
Show file tree
Hide file tree
Showing 24 changed files with 404 additions and 447 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@


<link rel="icon" href="https://raw.githubusercontent.com/scaleapi/llm-engine/main/docs/_static/favicon-32x32.png">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.18">



<title>LLM Engine</title>



<link rel="stylesheet" href="/assets/stylesheets/main.eebd395e.min.css">
<link rel="stylesheet" href="/assets/stylesheets/main.26e3688c.min.css">


<link rel="stylesheet" href="/assets/stylesheets/palette.ecc896b0.min.css">
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

301 changes: 188 additions & 113 deletions api/data_types/index.html

Large diffs are not rendered by default.

39 changes: 22 additions & 17 deletions api/error_handling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<link rel="next" href="../../pricing/">

<link rel="icon" href="https://raw.githubusercontent.com/scaleapi/llm-engine/main/docs/_static/favicon-32x32.png">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.18">



<title>Error handling - LLM Engine</title>



<link rel="stylesheet" href="../../assets/stylesheets/main.eebd395e.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/main.26e3688c.min.css">


<link rel="stylesheet" href="../../assets/stylesheets/palette.ecc896b0.min.css">
Expand Down Expand Up @@ -648,22 +648,23 @@ <h1 id="error-handling">Error handling<a class="headerlink" href="#error-handlin


<h2 id="llmengine.errors.BadRequestError" class="doc doc-heading">
<span class="doc doc-object-name doc-class-name">BadRequestError</span>
<span class="doc doc-object-name doc-class-name">BadRequestError</span>


<a href="#llmengine.errors.BadRequestError" class="headerlink" title="Permanent link">&para;</a></h2>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>BadRequestError(message: <span style="color: #008000">str</span>)
</code></pre></div>

<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>


<p>Corresponds to HTTP 400. Indicates that the request had inputs that were invalid. The user should not
attempt to retry the request without changing the inputs.</p>





<div class="doc doc-children">
Expand All @@ -689,21 +690,22 @@ <h2 id="llmengine.errors.BadRequestError" class="doc doc-heading">


<h2 id="llmengine.errors.UnauthorizedError" class="doc doc-heading">
<span class="doc doc-object-name doc-class-name">UnauthorizedError</span>
<span class="doc doc-object-name doc-class-name">UnauthorizedError</span>


<a href="#llmengine.errors.UnauthorizedError" class="headerlink" title="Permanent link">&para;</a></h2>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>UnauthorizedError(message: <span style="color: #008000">str</span>)
</code></pre></div>

<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>


<p>Corresponds to HTTP 401. This means that no valid API key was provided.</p>





<div class="doc doc-children">
Expand All @@ -729,16 +731,16 @@ <h2 id="llmengine.errors.UnauthorizedError" class="doc doc-heading">


<h2 id="llmengine.errors.NotFoundError" class="doc doc-heading">
<span class="doc doc-object-name doc-class-name">NotFoundError</span>
<span class="doc doc-object-name doc-class-name">NotFoundError</span>


<a href="#llmengine.errors.NotFoundError" class="headerlink" title="Permanent link">&para;</a></h2>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>NotFoundError(message: <span style="color: #008000">str</span>)
</code></pre></div>

<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>


<p>Corresponds to HTTP 404. This means that the resource (e.g. a Model, FineTune, etc.) could not be found.
Expand All @@ -747,6 +749,7 @@ <h2 id="llmengine.errors.NotFoundError" class="doc doc-heading">
the user does not have access to.</p>





<div class="doc doc-children">
Expand All @@ -772,21 +775,22 @@ <h2 id="llmengine.errors.NotFoundError" class="doc doc-heading">


<h2 id="llmengine.errors.RateLimitExceededError" class="doc doc-heading">
<span class="doc doc-object-name doc-class-name">RateLimitExceededError</span>
<span class="doc doc-object-name doc-class-name">RateLimitExceededError</span>


<a href="#llmengine.errors.RateLimitExceededError" class="headerlink" title="Permanent link">&para;</a></h2>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>RateLimitExceededError(message: <span style="color: #008000">str</span>)
</code></pre></div>

<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>


<p>Corresponds to HTTP 429. Too many requests hit the API too quickly. We recommend an exponential backoff for retries.</p>





<div class="doc doc-children">
Expand All @@ -812,21 +816,22 @@ <h2 id="llmengine.errors.RateLimitExceededError" class="doc doc-heading">


<h2 id="llmengine.errors.ServerError" class="doc doc-heading">
<span class="doc doc-object-name doc-class-name">ServerError</span>
<span class="doc doc-object-name doc-class-name">ServerError</span>


<a href="#llmengine.errors.ServerError" class="headerlink" title="Permanent link">&para;</a></h2>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>ServerError(status_code: <span style="color: #008000">int</span>, message: <span style="color: #008000">str</span>)
</code></pre></div>

<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>
<p class="doc doc-class-bases">
Bases: <code>Exception</code></p>


<p>Corresponds to HTTP 5xx errors on the server.</p>





<div class="doc doc-children">
Expand Down
4 changes: 2 additions & 2 deletions api/langchain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@


<link rel="icon" href="https://raw.githubusercontent.com/scaleapi/llm-engine/main/docs/_static/favicon-32x32.png">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.18">



<title>🦜 Langchain - LLM Engine</title>



<link rel="stylesheet" href="../../assets/stylesheets/main.eebd395e.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/main.26e3688c.min.css">


<link rel="stylesheet" href="../../assets/stylesheets/palette.ecc896b0.min.css">
Expand Down
Loading

0 comments on commit 49bfe5c

Please sign in to comment.