Merge remote-tracking branch 'origin/main' into feat-baidu

This commit is contained in:
lloydzhou
2024-07-09 15:06:10 +08:00
5 changed files with 43 additions and 3 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,