Skip to content

Commit 1411f9c

Browse files
committed
WIP
1 parent b2e1173 commit 1411f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

langdspy/prompt_strategies.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ def _format_openai_prompt(self, trained_state, use_training, examples, **kwargs)
215215

216216
def _format_anthropic_prompt(self, trained_state, use_training, examples, **kwargs) -> str:
217217
# print(f"Formatting prompt {kwargs}")
218-
prompt = "Follow the following format. Attributes that have values should not be changed or repeated. "
218+
# prompt = "Follow the following format. Attributes that have values should not be changed or repeated. "
219+
prompt = ""
219220

220221
output_field_names = ', '.join([output_field.name for output_field in self.output_variables.values()])
221222
# Format the instruction with the extracted names

0 commit comments

Comments
 (0)