lewisliuX123 commited on
Commit
51d19ef
·
1 Parent(s): 1b1a992

Update chat_completion.py

Browse files
Files changed (1) hide show
  1. chat_completion.py +1 -1
chat_completion.py CHANGED
@@ -6,7 +6,7 @@ import openai
6
 
7
 
8
  class ChatCompletion:
9
- def __init__(self, model: str = 'gpt-3.5-turbo-16k-0613',
10
  api_key: Optional[str] = None, api_key_path: str = './openai_api_key'):
11
  if api_key is None:
12
  openai.api_key = api_key
 
6
 
7
 
8
  class ChatCompletion:
9
+ def __init__(self, model: str = 'gpt-4-0613',
10
  api_key: Optional[str] = None, api_key_path: str = './openai_api_key'):
11
  if api_key is None:
12
  openai.api_key = api_key