init
This commit is contained in:
11
backend/engines/chatgpt_tool/__init__.py
Normal file
11
backend/engines/chatgpt_tool/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
TOOL_ID = "chatgpt"
|
||||
|
||||
TOOL_INFO = {
|
||||
"name": "ChatGPT",
|
||||
"description": "OpenAI ChatGPT 모델과 대화할 수 있는 도구입니다.",
|
||||
"system_prompt": (
|
||||
"You are ChatGPT, a large language model trained by OpenAI. "
|
||||
"Provide thorough, well-structured answers in Korean using 전문지식과 신뢰할 수 있는 공개 자료를 바탕으로 설명하세요. 필요 시 표/리스트/소제목을 활용해 가독성을 높이십시오. "
|
||||
"만약 기업의 위치나 연락처 등 요청이 오면 본사·연구소·공장 등 주요 거점을 빠짐없이 요약해 주세요."
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user