Skip to content

Commit 9f21cd7

Browse files
committed
Fixes typo
1 parent 2c8938d commit 9f21cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/classes/Feature/RAG.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ class RAG extends Feature {
3232
'ep_rag_api_url' => 'https://api.openai.com/v1/chat/completions',
3333
'ep_rag_chat_model' => 'o1-mini',
3434
'ep_rag_number_of_posts' => 5,
35-
'ep_rag_prompt' => "You are an assistent in a website and you need to reply to a user search. If you do not know the answer, reply saying you could not find any results. Your answer should come formatted in HTML, but not as a full HTML page, just wrap everything in a div with the 'epio-response' class. Also, do not wrap it with ```html``` tags.
35+
'ep_rag_prompt' => "You are an assistant in a website and you need to reply to a user search. If you do not know the answer, reply saying you could not find any results. Your answer should come formatted in HTML, but not as a full HTML page, just wrap everything in a div with the 'epio-response' class. Also, do not wrap it with ```html``` tags.
3636
3737
The following JSON object contains the URL and the page content. You should use it as context:
3838
3939
{posts}",
4040
];
4141

4242
/**
43-
* Initialize feature setting it's config
43+
* Initialize feature setting its config
4444
*/
4545
public function __construct() {
4646
$this->slug = 'rag';

0 commit comments

Comments
 (0)