This commit is contained in:
DirkSchlossmacher
2024-05-13 20:14:31 +02:00
parent 8cc570290e
commit 607a4b067f
4 changed files with 18 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ export const DEFAULT_CONFIG = {
models: DEFAULT_MODELS as any as LLMModel[],
modelConfig: {
model: "gpt-4-turbo" as ModelType,
model: "gpt-4o" as ModelType,
temperature: 0.5,
top_p: 1,
max_tokens: 4000,