jack 5 달 전
부모
커밋
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 = []
         """