abhishekt commited on
Commit
64d0258
·
1 Parent(s): 8f4e800
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import openai
4
  openai.api_key = "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"
5
 
6
  messages = [
7
- {"role": "system", "content": "You are a helpful and kind AI Assistant."},
8
  ]
9
 
10
  def chatbot(input):
 
4
  openai.api_key = "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"
5
 
6
  messages = [
7
+ {"role": "system", "content": "You are a talented, professional and creative product name generator."},
8
  ]
9
 
10
  def chatbot(input):