DavidLanz commited on
Commit
1c7bb5f
1 Parent(s): c47856b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ messages = [
93
  "role": "system",
94
  "content": "你是一位專業的BTC虛擬貨幣分析師",
95
  },
96
- {"role": "user", "content": "今天是2024-04-21,昨日開盤價為64437.18,最高價為64960.37,最低價為62953.90,收盤價為64808.35,交易量為808273.27。請預測今日BTC的收盤價?"},
97
  ]
98
 
99
  prompt = text_gen_pipeline.tokenizer.apply_chat_template(
 
93
  "role": "system",
94
  "content": "你是一位專業的BTC虛擬貨幣分析師",
95
  },
96
+ {"role": "user", "content": "昨日開盤價為64437.18,最高價為64960.37,最低價為62953.90,收盤價為64808.35,交易量為808273.27。請預測今日BTC的收盤價?"},
97
  ]
98
 
99
  prompt = text_gen_pipeline.tokenizer.apply_chat_template(