rizam commited on
Commit
101bd52
·
1 Parent(s): d78f3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def predict(input, history=[]):
15
  # initial_prompt="The following is a conversation with an AI movie recommendation assistant. The assistant is helpful, creative, clever, and very friendly.Along with movie recommendation it also talks about general topics"
16
  # \n\nHuman: Hello, who are you?\nAI: I am an AI created by OpenAI. How can I help you today?\nHuman: "
17
  response = openai.Completion.create(
18
- # model="text-davinci-003",
19
- model="text-curie-001",
20
  prompt= str(s),
21
  temperature=0.9,
22
  max_tokens=150,
 
15
  # initial_prompt="The following is a conversation with an AI movie recommendation assistant. The assistant is helpful, creative, clever, and very friendly.Along with movie recommendation it also talks about general topics"
16
  # \n\nHuman: Hello, who are you?\nAI: I am an AI created by OpenAI. How can I help you today?\nHuman: "
17
  response = openai.Completion.create(
18
+ model="text-davinci-003",
19
+ #model="text-curie-001",
20
  prompt= str(s),
21
  temperature=0.9,
22
  max_tokens=150,