Skip to content

Commit

Permalink
target stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 20, 2024
1 parent 659b4b7 commit 216c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcbot/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class IsMLQuery(BaseModel):
def _and_join(lst):
return " and ".join(lst)

_base_ml_prompt_template = "You are an expert scientist, parse the following making sure all SMILES strings are represented exactly as in the input: Be very careful and use only SMILES already in the prompt. Allowed variables for target are {targets} and for property are {properties}. If properties do not appear close to the allowed values, use None. For targets you can be more generous: {query}"
_base_ml_prompt_template = "You are an expert scientist, parse the following making sure all SMILES strings are represented exactly as in the input: Be very careful and use only SMILES already in the prompt. Allowed variables for target are {targets} and for property are {properties}. If properties or targets do not appear close to the allowed values, use None :\n {query}"

def _make_ml_prompt_template() -> PromptTemplate:
"""
Expand Down

0 comments on commit 216c243

Please sign in to comment.