mirror of
https://github.com/jie65535/JChatGPT.git
synced 2025-10-20 17:13:37 +08:00
Update version to 1.8.0
Add SendVoiceMessage tool Move prompt to SystemPrompt.md file Add tool calling message switch config
This commit is contained in:
@@ -28,7 +28,7 @@ class ReasoningAgent : BaseAgent(
|
||||
)
|
||||
) {
|
||||
override val loadingMessage: String
|
||||
get() = "深度思考中..."
|
||||
get() = "思考中..."
|
||||
|
||||
override val isEnabled: Boolean
|
||||
get() = LargeLanguageModels.reasoning != null
|
||||
|
Reference in New Issue
Block a user