← back to Exo
fix dummy model id
a5addd68094a5446dd49075461c8336f8aaf8fc7 · 2024-11-25 13:59:44 +0400 · Alex Cheema
Files touched
Diff
commit a5addd68094a5446dd49075461c8336f8aaf8fc7
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Nov 25 13:59:44 2024 +0400
fix dummy model id
---
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c08e7bd6..0dd3a8a2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -211,7 +211,7 @@ jobs:
pip install .
- run_chatgpt_api_test:
inference_engine: dummy
- model_id: dummy-model
+ model_id: dummy
prompt: "Dummy prompt."
expected_output: "dummy"
← 37056403 require exact match on response from llms in integration tes
·
back to Exo
·
check for response in quotes 99bf691e →