2.0.10-alpha.0 • Published 5 months ago

@clasp/node-tools v2.0.10-alpha.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

node-tool

介绍

一个node 工具库 包含但不限于

  1. http 请求
  2. 数据库连接
    1. dmdb
    2. mysql
    3. sqlServer
  3. 上传文件到 OSS,OBS
  4. GIT 操作
    1. GitLab-API
      1. 拉取代码
      2. 推送代码
    2. GIT 命令
      1. 拉取代码
      2. 推送代码
  5. jenkins 操作
    1. jenkins-API
      1. 发起构建请求
  6. Nacos 操作
    1. 获取Nacos 配置信息
    2. 注册实例
    3. 注销实例
    4. 修改实例
    5. 查询服务下的实例列表
  7. 微信聊天机器人

.....

自动构建 code-engine

cd dist/autoPublish

node index.js

百度翻译

cd dist/cjs/trans

node baidu.js
node node_modules/@clasp/node-tools/dist/cjs/chat-bot/index.js



thotagcanacut@mail.com
wb7XPQGwrv

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
curl https://api.openai.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer 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" \
  -d '{
  "model": "gpt-3.5-turbo",
  "messages": [
    {
      "role": "user",
      "content": "你可以回答问题吗"
    }
  ],
  "temperature": 0,
  "max_tokens": 256,
  "top_p": 1,
  "frequency_penalty": 0,
  "presence_penalty": 0
}'
2.0.10-alpha.0

5 months ago

2.0.8

5 months ago

1.0.19

8 months ago

1.0.18

9 months ago

1.1.0-alpha.0

6 months ago

2.0.6

6 months ago

1.0.20

6 months ago

2.0.0

6 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.15

11 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.0

1 year ago