Spaces:
Runtime error
Runtime error
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -36,7 +36,7 @@ def chat_with_gpt(prompt, api_key):
|
|
36 |
openai.api_key = api_key
|
37 |
chat = openai.ChatCompletion.create(
|
38 |
# model="gpt-3.5-turbo",
|
39 |
-
model="gpt-
|
40 |
messages=[
|
41 |
{
|
42 |
"role": "system",
|
|
|
36 |
openai.api_key = api_key
|
37 |
chat = openai.ChatCompletion.create(
|
38 |
# model="gpt-3.5-turbo",
|
39 |
+
model="gpt-3.5-turbo",
|
40 |
messages=[
|
41 |
{
|
42 |
"role": "system",
|