Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ load_dotenv()
|
|
9 |
|
10 |
def getLLMResponse(query,age_option,tasktype_option):
|
11 |
examples = []
|
12 |
-
llm = OpenAI(temperature=.9, model="gpt-3.5-turbo")
|
13 |
|
14 |
if age_option=="Kid": #Silly and Sweet Kid
|
15 |
|
|
|
9 |
|
10 |
def getLLMResponse(query,age_option,tasktype_option):
|
11 |
examples = []
|
12 |
+
llm = OpenAI(temperature=.9, model="gpt-3.5-turbo-instruct")
|
13 |
|
14 |
if age_option=="Kid": #Silly and Sweet Kid
|
15 |
|