ZeroTwo3 commited on
Commit
a64d7a5
1 Parent(s): 9487942

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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-4",
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",