Noobian commited on
Commit
820e34f
·
1 Parent(s): d5737df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ openai.api_key = os.environ["AI_API_KEY"]
7
  def make_dua(prompt):
8
  response = openai.Completion.create(
9
  engine="text-davinci-002",
10
- prompt="Using the same language detected in the prompt, Make a dua based on this prompt : " + prompt,
11
  max_tokens=1024,
12
  n=1,
13
  stop=None,
 
7
  def make_dua(prompt):
8
  response = openai.Completion.create(
9
  engine="text-davinci-002",
10
+ prompt=" Taking only from the Holy Quran, Make a dua based on this prompt and give me sources: " + prompt,
11
  max_tokens=1024,
12
  n=1,
13
  stop=None,