raghavgpt001 commited on
Commit
0849cef
1 Parent(s): 3d13f41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ os.environ["OPENAI_API_KEY"]="sk-uSS9e0hcDIgmpLmS4wHLT3BlbkFJhI6EQIk1MwOeb9EYxvD
9
 
10
  def getLLMResponse(query,age_option,tasktype_option):
11
  llm = OpenAI(temperature=.9)
12
-
 
13
  if age_option=="Kid": #Silly and Sweet Kid
14
 
15
  examples = [
 
9
 
10
  def getLLMResponse(query,age_option,tasktype_option):
11
  llm = OpenAI(temperature=.9)
12
+ examples=[]
13
+
14
  if age_option=="Kid": #Silly and Sweet Kid
15
 
16
  examples = [