Explorar el Código

评分接口改gpt-4o

11wqe1 hace 11 meses
padre
commit
66aee2e4da
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/easy2/commpont/markScore.vue

+ 2 - 2
src/components/easy2/commpont/markScore.vue

@@ -257,7 +257,7 @@ export default {
       // };
       // };
       let params = {
       let params = {
         // "model": "Chat",
         // "model": "Chat",
-        model: "gpt-3.5-turbo",
+        model: "gpt-4o",
         temperature: 0,
         temperature: 0,
         max_tokens: 4096,
         max_tokens: 4096,
         top_p: 1,
         top_p: 1,
@@ -398,7 +398,7 @@ export default {
 
 
       let params = {
       let params = {
         // "model": "Chat",
         // "model": "Chat",
-        model: "gpt-3.5-turbo",
+        model: "gpt-4o",
         temperature: 0,
         temperature: 0,
         max_tokens: 4096,
         max_tokens: 4096,
         top_p: 1,
         top_p: 1,