Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Oct 9, 2024
1 parent a0d7bd0 commit 43df380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-web-panel",
"version": "1.6.64",
"version": "1.6.65",
"description": "智能微秘书插件",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions src/proxy/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// export const AIBOTK = 'https://api-bot.aibotk.com/open/v1/api'
export const AIBOTK = 'http://127.0.0.1:7002/open/v1/api'
export const AIBOTK = 'https://api-bot.aibotk.com/open/v1/api'

export const AIBOTK_OUTAPI = 'https://outapi.aibotk.com/open/api/v1'
export const TULING = 'http://openapi.tuling123.com/openapi/api/v2'
export const TXHOST = 'http://api.tianapi.com'
Expand Down

0 comments on commit 43df380

Please sign in to comment.