Liudon
Liudon
同样发现这个问题,我是在errorAction里设置的header,但是也没生效
友链详见 https://liudon.com/about/
.env ``` COMPOSE_PROJECT_NAME=wrenai PLATFORM=linux/amd64 PROJECT_DIR=/root/.wrenai # service port WREN_ENGINE_PORT=8080 WREN_ENGINE_SQL_PORT=7432 WREN_AI_SERVICE_PORT=5555 WREN_UI_PORT=3000 IBIS_SERVER_PORT=8000 WREN_UI_ENDPOINT=http://wren-ui:${WREN_UI_PORT} LLM_PROVIDER=ollama_llm GENERATION_MODEL=llama3:8b LLM_OLLAMA_URL=http://127.0.0.1:11434 EMBEDDER_OLLAMA_URL=http://127.0.0.1:11434 LLM_LM_STUDIO_API_KEY="12345" # ai service settings QDRANT_HOST=qdrant SHOULD_FORCE_DEPLOY=1 # vendor keys LLM_OPENAI_API_KEY= EMBEDDER_OPENAI_API_KEY=...
config.yaml ``` # you should rename this file to config.yaml and put it in ~/.wrenai # please pay attention to the comments starting with # and adjust the config accordingly...
POST /api/graphql ``` { "data": { "modelSync": { "status": "UNSYNCRONIZED", "__typename": "ModelSyncResponse" } } } ``` ``` [2025-01-21T11:50:42.623] [DEBUG] WrenAIAdaptor - Got error when deploying to wren AI, hash: b3111a0e9ddc421224a428d9ab0169b330ba88d6....
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ github upgrade nodejs to 20.x,it work failed
https://github.com/ipfs/js-ipfs DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia) this is a new package, it can replace the ipfs-http-client package. https://github.com/ipfs/js-kubo-rpc-client
Sorry, the problem has not been solved yet.
https://github.com/aquiladev/ipfs-action/pull/75/files this pull work success on nodejs 20.x