This commit is contained in:
lloydzhou 2024-07-09 12:16:37 +08:00
parent 34ab37f31e
commit 6ac9789a1c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export const DEFAULT_CONFIG = {
modelConfig: {
model: "gpt-3.5-turbo" as ModelType,
providerName: "Openai" as ServiceProvider,
providerName: "OpenAI" as ServiceProvider,
temperature: 0.5,
top_p: 1,
max_tokens: 4000,