Explorar o código

默认采样温度、核取样

Ryuiso hai 1 ano
pai
achega
5725a9b345
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/store/config.ts

+ 2 - 2
app/store/config.ts

@@ -52,8 +52,8 @@ export const DEFAULT_CONFIG = {
   modelConfig: {
     model: "gpt-3.5-turbo" as ModelType,
     providerName: "OpenAI" as ServiceProvider,
-    temperature: 0.5,
-    top_p: 1,
+    temperature: 0.95,
+    top_p: 0.7,
     max_tokens: 4000,
     presence_penalty: 0,
     frequency_penalty: 0,