Skip to content

Commit

Permalink
Deployed 0f908dc with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfeng-scale committed Aug 1, 2023
1 parent 6c09dac commit fd22e93
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 105 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
76 changes: 18 additions & 58 deletions api/data_types/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/error_handling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion api/langchain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
36 changes: 4 additions & 32 deletions api/python_client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../data_types/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down Expand Up @@ -836,17 +836,7 @@ <h3 id="llmengine.completion.Completion.create" class="doc doc-heading">
</span>

<a href="#llmengine.completion.Completion.create" class="headerlink" title="Permanent link">&para;</a></h3>
<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>create(
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a> model: <span style="color: #008000">str</span>,
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a> prompt: <span style="color: #008000">str</span>,
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a> max_new_tokens: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">20</span>,
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a> temperature: <span style="color: #008000">float</span> <span style="color: #666666">=</span> <span style="color: #666666">0.2</span>,
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a> timeout: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">10</span>,
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a> stream: <span style="color: #008000">bool</span> <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">False</span>,
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>) <span style="color: #666666">-&gt;</span> Union[
<a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a> CompletionSyncResponse,
<a id="__codelineno-0-10" name="__codelineno-0-10" href="#__codelineno-0-10"></a> Iterator[CompletionStreamResponse],
<a id="__codelineno-0-11" name="__codelineno-0-11" href="#__codelineno-0-11"></a>]
<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>create(model: <span style="color: #008000">str</span>, prompt: <span style="color: #008000">str</span>, max_new_tokens: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">20</span>, temperature: <span style="color: #008000">float</span> <span style="color: #666666">=</span> <span style="color: #666666">0.2</span>, timeout: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">10</span>, stream: <span style="color: #008000">bool</span> <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">False</span>) <span style="color: #666666">-&gt;</span> Union[CompletionSyncResponse, Iterator[CompletionStreamResponse]]
</code></pre></div>

<div class="doc doc-contents ">
Expand Down Expand Up @@ -1064,17 +1054,7 @@ <h3 id="llmengine.completion.Completion.acreate" class="doc doc-heading">
</span>

<a href="#llmengine.completion.Completion.acreate" class="headerlink" title="Permanent link">&para;</a></h3>
<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>acreate(
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a> model: <span style="color: #008000">str</span>,
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a> prompt: <span style="color: #008000">str</span>,
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a> max_new_tokens: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">20</span>,
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a> temperature: <span style="color: #008000">float</span> <span style="color: #666666">=</span> <span style="color: #666666">0.2</span>,
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a> timeout: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">10</span>,
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a> stream: <span style="color: #008000">bool</span> <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">False</span>,
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>) <span style="color: #666666">-&gt;</span> Union[
<a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a> CompletionSyncResponse,
<a id="__codelineno-0-10" name="__codelineno-0-10" href="#__codelineno-0-10"></a> AsyncIterable[CompletionStreamResponse],
<a id="__codelineno-0-11" name="__codelineno-0-11" href="#__codelineno-0-11"></a>]
<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>acreate(model: <span style="color: #008000">str</span>, prompt: <span style="color: #008000">str</span>, max_new_tokens: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">20</span>, temperature: <span style="color: #008000">float</span> <span style="color: #666666">=</span> <span style="color: #666666">0.2</span>, timeout: <span style="color: #008000">int</span> <span style="color: #666666">=</span> <span style="color: #666666">10</span>, stream: <span style="color: #008000">bool</span> <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">False</span>) <span style="color: #666666">-&gt;</span> Union[CompletionSyncResponse, AsyncIterable[CompletionStreamResponse]]
</code></pre></div>

<div class="doc doc-contents ">
Expand Down Expand Up @@ -1341,15 +1321,7 @@ <h3 id="llmengine.fine_tuning.FineTune.create" class="doc doc-heading">
</span>

<a href="#llmengine.fine_tuning.FineTune.create" class="headerlink" title="Permanent link">&para;</a></h3>
<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>create(
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a> model: <span style="color: #008000">str</span>,
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a> training_file: <span style="color: #008000">str</span>,
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a> validation_file: Optional[<span style="color: #008000">str</span>] <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>,
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a> hyperparameters: Optional[
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a> Dict[<span style="color: #008000">str</span>, Union[<span style="color: #008000">str</span>, <span style="color: #008000">int</span>, <span style="color: #008000">float</span>]]
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a> ] <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>,
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a> suffix: Optional[<span style="color: #008000">str</span>] <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>,
<a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a>) <span style="color: #666666">-&gt;</span> CreateFineTuneResponse
<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>create(model: <span style="color: #008000">str</span>, training_file: <span style="color: #008000">str</span>, validation_file: Optional[<span style="color: #008000">str</span>] <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>, hyperparameters: Optional[Dict[<span style="color: #008000">str</span>, Union[<span style="color: #008000">str</span>, <span style="color: #008000">int</span>, <span style="color: #008000">float</span>]]] <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>, suffix: Optional[<span style="color: #008000">str</span>] <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>) <span style="color: #666666">-&gt;</span> CreateFineTuneResponse
</code></pre></div>

<div class="doc doc-contents ">
Expand Down
2 changes: 1 addition & 1 deletion contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../model_zoo/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion guides/completions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../fine_tuning/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion guides/fine_tuning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../rate_limits/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion guides/rate_limits/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../self_hosting/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion guides/self_hosting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../../api/python_client/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion guides/token_streaming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="next" href="getting_started/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion model_zoo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../guides/completions/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion pricing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="next" href="../contributing/">

<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.20">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit fd22e93

Please sign in to comment.