Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak <[email protected]>
  • Loading branch information
Deepak-Kesavan committed Nov 19, 2024
1 parent a2e3371 commit d9c20f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt-service/src/unstract/prompt_service/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def run_completion(
highlight_data = None
if highlight_data_plugin and enable_highlight:
highlight_data = highlight_data_plugin["entrypoint_cls"](
file_path=file_path
logger=current_app.logger, file_path=file_path
).run
completion = llm.complete(
prompt=prompt,
Expand Down

0 comments on commit d9c20f7

Please sign in to comment.