Skip to content

Commit

Permalink
Update tutorial-rag.md
Browse files Browse the repository at this point in the history
Missing comma 🙀
  • Loading branch information
travis-the-dragon authored Aug 26, 2024
1 parent a72f7de commit cd336bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial-rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class CorrectnessLLMJudge(Scorer):
# get_model is defined as general model getter based on provided params (OpenAI,HF...)
eval_model = get_model(
model_name = self.model_name,
prompt = self.prompt
prompt = self.prompt,
device = self.device,
)
# async evaluation to speed up evaluation - this doesn't have to be async
Expand Down

0 comments on commit cd336bc

Please sign in to comment.