Skip to content
Snippets Groups Projects
Unverified Commit 672e016a authored by wuhongsheng's avatar wuhongsheng Committed by GitHub
Browse files

Update arguments_classes/open_api_language_model_arguments.py

parent 67a329ce
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ class OpenApiLanguageModelHandlerArguments: ...@@ -24,7 +24,7 @@ class OpenApiLanguageModelHandlerArguments:
) )
open_api_init_chat_prompt: str = field( open_api_init_chat_prompt: str = field(
# default="You are a helpful and friendly AI assistant. You are polite, respectful, and aim to provide concise responses of less than 20 words.", # default="You are a helpful and friendly AI assistant. You are polite, respectful, and aim to provide concise responses of less than 20 words.",
default="你是一位乐于助人且友好的 AI 助手。您彬彬有礼、尊重他人.", default="You are a helpful and friendly AI assistant. You are polite, respectful, and aim to provide concise responses of less than 20 words.",
metadata={ metadata={
"help": "The initial chat prompt to establish context for the language model. Default is 'You are a helpful AI assistant.'" "help": "The initial chat prompt to establish context for the language model. Default is 'You are a helpful AI assistant.'"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment