Skip to content

Commit 053b185

Browse files
authored
Merge pull request #82 from JJ-Cro/llmstxt
chore(v3.0.1): update version to 3.0.1, add llms.txt for AI optimization, update readme
2 parents 85a9d37 + 21956ee commit 053b185

File tree

5 files changed

+14205
-7
lines changed

5 files changed

+14205
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ localtest.sh
2828
privaterepotracker
2929
testfile.ts
3030
dist
31+
repomix.sh

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ import { RestClientV3 } from 'bitget-api';
127127

128128
// note the single quotes, preventing special characters such as $ from being incorrectly passed
129129
const client = new RestClientV3({
130-
apiKey: process.env.API_KEY_COM || 'insert_api_key_here',
131-
apiSecret: process.env.API_SECRET_COM || 'insert_api_secret_here',
132-
apiPass: process.env.API_PASS_COM || 'insert_api_pass_here',
130+
apiKey: process.env.API_KEY_COM || 'insert_api_key_here',
131+
apiSecret: process.env.API_SECRET_COM || 'insert_api_secret_here',
132+
apiPass: process.env.API_PASS_COM || 'insert_api_pass_here',
133133
});
134134

135135
(async () => {
@@ -480,6 +480,12 @@ Build a bundle using webpack:
480480

481481
The bundle can be found in `dist/`. Altough usage should be largely consistent, smaller differences will exist. Documentation is still TODO - contributions welcome.
482482

483+
## Use with LLMs & AI
484+
485+
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.
486+
487+
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.
488+
483489
---
484490

485491
<!-- template_contributions -->

0 commit comments

Comments
 (0)