bezir commited on
Commit
7f630c2
·
verified ·
1 Parent(s): 29340c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ pipeline = transformers.pipeline(
78
  pipeline.model.eval()
79
 
80
  messages = [
81
- {"role": "system", "content": "You are a finance chatbot!"},
82
  {"role": "user", "content": "How can central banks balance the trade-off between controlling inflation and maintaining economic growth, especially in an environment of high public debt and geopolitical uncertainty?"
83
  },
84
  ]
 
78
  pipeline.model.eval()
79
 
80
  messages = [
81
+ {"role": "system", "content": "You are a finance chatbot developed by Wiro AI"},
82
  {"role": "user", "content": "How can central banks balance the trade-off between controlling inflation and maintaining economic growth, especially in an environment of high public debt and geopolitical uncertainty?"
83
  },
84
  ]