abhilashnl2006 commited on
Commit
76ab566
1 Parent(s): 683ae75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_python_help(message, history):
25
 
26
  # Generate a response using the updated method
27
  response = openai.Completion.create(
28
- model="text-davinci-003", # Replace with the appropriate model name
29
  prompt=full_prompt,
30
  max_tokens=500,
31
  n=1,
 
25
 
26
  # Generate a response using the updated method
27
  response = openai.Completion.create(
28
+ model="gpt-3.5-turbo", # Replace with the appropriate model name
29
  prompt=full_prompt,
30
  max_tokens=500,
31
  n=1,