jack 6 дней назад
Родитель
Сommit
865a949d0a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/services/run/run.py

+ 2 - 2
app/services/run/run.py

@@ -46,8 +46,8 @@ class RunService:
             body.temperature = db_asst.temperature
         if not body.top_p and db_asst.top_p:
             body.top_p = db_asst.top_p
-        if body.additional_instructions:
-            body.instructions += "\n" + body.additional_instructions
+        if body.additional_instructions: ##
+            body.instructions = body.additional_instructions
 
         file_ids = []
         """