Skip to content

Commit

Permalink
Update agential/cog/functional/self_refine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alckasoc authored May 9, 2024
1 parent 8b947a0 commit e5eda4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agential/cog/functional/self_refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def _prompt_agent(
prompt = _build_agent_prompt(
question=question,
examples=examples,
prompt=prompt,
additional_keys=additional_keys,
prompt=prompt,
)
out = llm(
[
Expand Down

0 comments on commit e5eda4d

Please sign in to comment.