JeffJing commited on
Commit
8db847f
·
1 Parent(s): 81fd3b9

Update revChatGPT/V1.py

Browse files

set Plus model to Default for speed

Files changed (1) hide show
  1. revChatGPT/V1.py +1 -3
revChatGPT/V1.py CHANGED
@@ -145,9 +145,7 @@ class Chatbot:
145
  ],
146
  "conversation_id": conversation_id,
147
  "parent_message_id": parent_id or str(uuid.uuid4()),
148
- "model": "text-davinci-002-render-sha"
149
- if not self.config.get("paid")
150
- else "text-davinci-002-render-paid",
151
  }
152
  # new_conv = data["conversation_id"] is None
153
  self.conversation_id_prev_queue.append(
 
145
  ],
146
  "conversation_id": conversation_id,
147
  "parent_message_id": parent_id or str(uuid.uuid4()),
148
+ "model": "text-davinci-002-render-sha",
 
 
149
  }
150
  # new_conv = data["conversation_id"] is None
151
  self.conversation_id_prev_queue.append(