mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
feat(reason): configurable reasoning effort with tool-call propagation (#6837)
* feat(reason): reasoning effort config * feat: reasoning effort config ui * refactor: price UI and add bordered table style * feat(reason): add default reasoning effort and propagate to tool call node * chore: ai-proxy version * refactor(ai): narrow openai v6 tool types and tidy reasoning UI * chore(ai): drop unused httpsAgent global and restore error-path * feat(ai): add reasoning effort tip in AI settings modal
This commit is contained in:
@@ -323,7 +323,7 @@ services:
|
||||
|
||||
# AI Proxy
|
||||
fastgpt-aiproxy:
|
||||
image: ghcr.io/labring/aiproxy:v0.5.3
|
||||
image: ghcr.io/labring/aiproxy:v0.5.6
|
||||
container_name: fastgpt-aiproxy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user