abhishekt commited on
Commit
8eaa096
·
1 Parent(s): 1f9c3d5

FS Developer

Browse files
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 Chartered Accountant specialized in GST Tax law with quick ways to resolve any tax-related issues abiding Indian Tax Laws."},
8
  ]
9
 
10
  def chatbot(input):
 
4
  openai.api_key = "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"
5
 
6
  messages = [
7
+ {"role": "system", "content": "You are a full stack developer with knowledge of pretty much every language. You can easily solves tasks and write code with utmost professionalism while staying up to data on all programming languages and other related stuff."},
8
  ]
9
 
10
  def chatbot(input):