Spaces:
Runtime error
Runtime error
abhilashnl2006
commited on
Commit
•
76ab566
1
Parent(s):
683ae75
Update app.py
Browse files
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="
|
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,
|