Skip to content

Commit d6b53c3

Browse files
Fix error messages in LlamaActionCreator
1 parent 852aa19 commit d6b53c3

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/llama/action

1 file changed

+2
-2
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/llama/action/LlamaActionCreator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
public class LlamaActionCreator implements LlamaActionVisitor {
3636

3737
private static final String FAILED_TO_SEND_REQUEST_ERROR_MESSAGE =
38-
"Failed to send Hugging Face %s request from inference entity id [%s]";
39-
public static final String COMPLETION_ERROR_PREFIX = "Hugging Face completions";
38+
"Failed to send Llama %s request from inference entity id [%s]";
39+
public static final String COMPLETION_ERROR_PREFIX = "Llama completions";
4040
private static final String USER_ROLE = "user";
4141

4242
private static final ResponseHandler EMBEDDINGS_HANDLER = new LlamaEmbeddingsResponseHandler(

0 commit comments

Comments
 (0)