Skip to content

Commit 0a32b7a

Browse files
fix(client): set default model to gpt-3.5-turbo
1 parent 1bfc8b3 commit 0a32b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ChatGPTClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { encoding_for_model, get_encoding } from '@dqbd/tiktoken';
55
import { fetchEventSource } from '@waylaidwanderer/fetch-event-source';
66
import { Agent, ProxyAgent } from 'undici';
77

8-
const CHATGPT_MODEL = 'text-chat-davinci-002-sh-alpha-aoruigiofdj83';
8+
const CHATGPT_MODEL = 'gpt-3.5-turbo';
99

1010
export default class ChatGPTClient {
1111
constructor(

0 commit comments

Comments
 (0)