Skip to content

Commit

Permalink
1.9.11
Browse files Browse the repository at this point in the history
规范化目录结构
  • Loading branch information
atorber committed Mar 28, 2023
1 parent 4b05d17 commit a88cd21
Show file tree
Hide file tree
Showing 44 changed files with 5 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ package-lock.json
.gitpod.yml
openai-qa-bot.memory-card.json
quick.bat
# config.js
src/config.js
tester.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openai-qa-bot",
"version": "1.9.10",
"version": "1.9.11",
"description": "openai-qa-bot",
"type": "module",
"engines": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/plugins/connectors/chatgpt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
// nlp,
// QueryData,
genToken,
} from '../openai/index.js'
} from '../sdk/openai/index.js'

import { FileBox } from 'file-box'
// import excel2order from '../excel.js'
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/connectors/wx-openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
// nlp,
// QueryData,
genToken,
} from '../openai/index.js'
} from '../sdk/openai/index.js'

import { FileBox } from 'file-box'
// import excel2order from '../excel.js'
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/wxai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
// nlp,
// QueryData,
genToken,
} from '../openai/index.js'
} from '../sdk/openai/index.js'

import { FileBox } from 'file-box'
// import excel2order from '../excel.js'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions tests/fixtures/smoke-testing.ts

This file was deleted.

16 changes: 0 additions & 16 deletions tests/integration.spec.ts

This file was deleted.

24 changes: 0 additions & 24 deletions tests/test.js

This file was deleted.

0 comments on commit a88cd21

Please sign in to comment.