Explorar o código

fix prompt ci

Alex Cheema hai 9 meses
pai
achega
7f72604853
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .circleci/config.yml

+ 4 - 0
.circleci/config.yml

@@ -188,6 +188,7 @@ jobs:
       - run_chatgpt_api_test:
           inference_engine: mlx
           model_id: llama-3.2-1b
+          prompt: "Keep responses concise. Who was the king of pop?"
           expected_output: "Michael Jackson"
 
   chatgpt_api_integration_test_dummy:
@@ -211,6 +212,7 @@ jobs:
       - run_chatgpt_api_test:
           inference_engine: dummy
           model_id: dummy-model
+          prompt: "Dummy prompt."
           expected_output: "dummy"
 
   test_macos_m1:
@@ -242,6 +244,8 @@ jobs:
   #     - run_chatgpt_api_test:
   #         inference_engine: tinygrad
   #         model_id: llama-3-8b
+  #         prompt: "Keep responses concise. Who was the king of pop?"
+  #         expected_output: "Michael Jackson"
 
 workflows:
   version: 2