← back to Exo
tell the mofo in the workflow to keep responses concise
8850187b8a9de289b71161d4a15ec40ce2c010f7 · 2024-07-20 18:11:47 -0700 · Alex Cheema
Files touched
M .github/workflows/test.yml
Diff
commit 8850187b8a9de289b71161d4a15ec40ce2c010f7
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sat Jul 20 18:11:47 2024 -0700
tell the mofo in the workflow to keep responses concise
---
.github/workflows/test.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cc2337f1..f2e9223b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -132,7 +132,7 @@ jobs:
-H "Content-Type: application/json" \
-d '{
"model": "llama-3-8b",
- "messages": [{"role": "user", "content": "Placeholder to load model..."}],
+ "messages": [{"role": "user", "content": "Keep responses concise. Placeholder to load model..."}],
"temperature": 0.7
}'
@@ -140,7 +140,7 @@ jobs:
-H "Content-Type: application/json" \
-d '{
"model": "llama-3-8b",
- "messages": [{"role": "user", "content": "Who was the king of pop?"}],
+ "messages": [{"role": "user", "content": "Keep responses concise. Who was the king of pop?"}],
"temperature": 0.7
}')
echo "Response 1: $response_1"
@@ -149,7 +149,7 @@ jobs:
-H "Content-Type: application/json" \
-d '{
"model": "llama-3-8b",
- "messages": [{"role": "user", "content": "Who was the king of pop?"}],
+ "messages": [{"role": "user", "content": "Keep responses concise. Who was the king of pop?"}],
"temperature": 0.7
}')
echo "Response 2: $response_2"
← 052ee1c7 cache isolation per workflow job
·
back to Exo
·
reduce chatgpt api response timeout in test 9d9d257e →