binance 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/llms.txt +23332 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -77,6 +77,7 @@ Updated & performant JavaScript & Node.js SDK for the Binance REST APIs and WebS
|
|
|
77
77
|
- [Frontend Usage](#browserfrontend-usage)
|
|
78
78
|
- [Import](#import)
|
|
79
79
|
- [Webpack](#webpack)
|
|
80
|
+
- [LLMs & AI](#use-with-llms--ai)
|
|
80
81
|
- [Contributions & Thanks](#contributions--thanks)
|
|
81
82
|
|
|
82
83
|
## Installation
|
|
@@ -613,6 +614,12 @@ Build a bundle using webpack:
|
|
|
613
614
|
|
|
614
615
|
The bundle can be found in `dist/`. Altough usage should be largely consistent, smaller differences will exist. Documentation is still TODO.
|
|
615
616
|
|
|
617
|
+
## Use with LLMs & AI
|
|
618
|
+
|
|
619
|
+
This SDK includes a bundled `llms.txt` file in the root of the repository. If you're developing with LLMs, use the included `llms.txt` with your LLM - it will significantly improve the LLMs understanding of how to correctly use this SDK.
|
|
620
|
+
|
|
621
|
+
This file contains AI optimised structure of all the functions in this package, and their parameters for easier use with any learning models or artificial intelligence.
|
|
622
|
+
|
|
616
623
|
---
|
|
617
624
|
|
|
618
625
|
<!-- template_contributions -->
|