Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emery Berger committed Apr 11, 2024
1 parent cbc13ff commit 73c4c16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/coverup/coverup.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,8 @@ def pl(item, singular, plural = None):
"""

content['claude'] = f"""
<file path="{seg.filename}">
<module name="{module_name}">
<file path="{seg.filename}" module_name="{module_name}">
{seg.get_excerpt()}
</module>
</file>
<instructions>
Expand Down Expand Up @@ -680,7 +678,7 @@ def pl(item, singular, plural = None):
"""
messages.append({
"role": "user",
"content": content[args.model]
"content": content[args.prompt_family]
})
log_write(seg, messages[-1]['content'])
state.inc_counter('U')
Expand Down

0 comments on commit 73c4c16

Please sign in to comment.