Skip to content

Commit

Permalink
update docs and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
syonfox committed Dec 25, 2022
1 parent 4cdd31c commit 5d87dd5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ npm install @syonfox/gpt-3-encoder


## Usage
<a href="https://www.npmjs.com/package/@syonfox/gpt-3-encoder">
<img src="https://img.shields.io/npm/v/@syonfox/gpt-3-encoder.svg" alt="npm version">
</a>

<a href="https://github.com/syonfox/GPT-3-Encoder#readme">View on GitHub</a>

<a href="https://syonfox.github.io/GPT-3-Encoder/">View Docs Pages</a>
Expand Down Expand Up @@ -68,7 +72,10 @@ less Encoder.js

firefox ./docs/index.html

npm publish
npm publish --access public



```

## todo
Expand Down
2 changes: 1 addition & 1 deletion docs/Encoder.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Sun Dec 25 2022 12:15:33 GMT-0500 (Eastern Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Sun Dec 25 2022 12:21:34 GMT-0500 (Eastern Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Sun Dec 25 2022 12:15:33 GMT-0500 (Eastern Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Sun Dec 25 2022 12:21:34 GMT-0500 (Eastern Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
10 changes: 8 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ <h2>Install with npm</h2>
<pre class="prettyprint source"><code>npm install @syonfox/gpt-3-encoder
</code></pre>
<h2>Usage</h2>
<a href="https://www.npmjs.com/package/@syonfox/gpt-3-encoder">
<img src="https://img.shields.io/npm/v/@syonfox/gpt-3-encoder.svg" alt="npm version">
</a>
<p><a href="https://github.com/syonfox/GPT-3-Encoder#readme">View on GitHub</a></p>
<p><a href="https://syonfox.github.io/GPT-3-Encoder/">View Docs Pages</a></p>
<p>Compatible with Node &gt;= 12</p>
Expand Down Expand Up @@ -97,7 +100,10 @@ <h2>Developers</h2>

firefox ./docs/index.html

npm publish
npm publish --access public



</code></pre>
<h2>todo</h2>
<p>More stats that work well with this token representation.</p>
Expand Down Expand Up @@ -128,7 +134,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Sun Dec 25 2022 12:15:33 GMT-0500 (Eastern Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Sun Dec 25 2022 12:21:34 GMT-0500 (Eastern Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d87dd5

Please sign in to comment.