Cardanoian commited on
Commit
6613598
1 Parent(s): 3f419b5

Update api_function.py

Browse files
Files changed (1) hide show
  1. api_function.py +1 -1
api_function.py CHANGED
@@ -69,7 +69,7 @@ def request_hyper(text):
69
  # {"role": "system", "content": "블룸의 질문 분류 6가지에 따라 주어진 주제에 대한 질문을 생성해줘.\n"},
70
  {
71
  "role": "user",
72
- "content": f"충청도 사투리로 {text}가 뭐야?\n",
73
  },
74
  ]
75
 
 
69
  # {"role": "system", "content": "블룸의 질문 분류 6가지에 따라 주어진 주제에 대한 질문을 생성해줘.\n"},
70
  {
71
  "role": "user",
72
+ "content": f"충청도 사투리로 {text}가 말해봐.\n",
73
  },
74
  ]
75