Renecto commited on
Commit
28d095b
·
verified ·
1 Parent(s): bbd0e2b

Update apis/shiwake.py

Browse files
Files changed (1) hide show
  1. apis/shiwake.py +1 -1
apis/shiwake.py CHANGED
@@ -25,7 +25,7 @@ async def shiwake(p, openai_key=os.environ.get('OPENAI_KEY'), target="ユーザ"
25
  messages=[
26
  {
27
  "role": "system",
28
- "content": "あなたは会計士と税理士の資格を持っており、全ての質問にjsonで回答します。"
29
  },
30
  {
31
  "role": "user",
 
25
  messages=[
26
  {
27
  "role": "system",
28
+ "content": "あなたは会計士と税理士の資格を持っており、勘定科目名がすらすら出てきます。経費という曖昧な単語は利用しません。全ての質問にjsonで回答します。"
29
  },
30
  {
31
  "role": "user",