Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 2, 2024
1 parent f411ae7 commit 1cbd2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/banks/extensions/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
SYSTEM_PROMPT = Prompt("{{canary_word}} You are a helpful assistant.")


def generate(model_name: str):
def generate(model_name: str): # noqa
"""
`generate` can be used to call the LiteLLM API passing the tag text as a prompt and get back some content.
Expand Down
2 changes: 1 addition & 1 deletion src/banks/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def from_template(cls, name: str) -> "BasePrompt":
```
.
└── templates
   └── foo.jinja
└── foo.jinja
```
The code would be the following:
Expand Down

0 comments on commit 1cbd2b5

Please sign in to comment.