generated from tailored/router-db-template
feat: update Bailian model and improve TypeScript configuration
- Changed Bailian model from 'qwen3-235b-a22b' to 'qwen-plus' in ai.ts - Updated model references in bailianModel to use simplified names - Modified tsconfig.json to set module to NodeNext, target to esnext, and adjusted paths for better module resolution - Added new query-keys.ts file in xhs package to implement getNoteByKeyword functionality with command line interface
This commit is contained in:
@@ -5,4 +5,10 @@ POSTGRES_PORT=5432
|
||||
POSTGRES_DB=postgres
|
||||
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_PORT=6379
|
||||
|
||||
|
||||
XHS_USER_ID=
|
||||
XHS_USER_NAME=
|
||||
XHS_API_SIGN_URL=
|
||||
XHS_ROOT_COOKIE=
|
||||
Reference in New Issue
Block a user