Skip to content

Commit 888c57b

Browse files
committed
Removing first message to the LLM API
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
1 parent bad5df0 commit 888c57b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

validation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ def get_similarity_score(
5656
response = llm_client.chat.completions.create(
5757
model=llm_model,
5858
messages=[
59-
{
60-
"role": "system",
61-
"content": "You are a helpful assistant that provides similarity scores.",
62-
},
6359
{"role": "user", "content": prompt},
6460
],
6561
response_format={

0 commit comments

Comments
 (0)