Sfoglia il codice sorgente

默认采样温度、核取样

Ryuiso 1 anno fa
parent
commit
5725a9b345
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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,