perf: token count
This commit is contained in:
@@ -42,7 +42,7 @@ export const chatResponse = async ({
|
||||
stop: ['.!?。']
|
||||
},
|
||||
{
|
||||
timeout: stream ? 60000 : 240000,
|
||||
timeout: stream ? 60000 : 480000,
|
||||
responseType: stream ? 'stream' : 'json',
|
||||
...axiosConfig(apiKey)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user