Skip to content

Commit c78341b

Browse files
committed
feat/jinja2
1 parent 41ed27b commit c78341b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/prompt/advance/prompt_hub_advance.py renamed to examples/prompt/advance/prompt_hub_with_jinja.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def llm_call(self, input_data):
7777
finally:
7878
span.finish()
7979

80-
# If you have some advanced usages, such as using jinja templates in prompts, you can refer to the following.
80+
# If you want to use the jinja templates in prompts, you can refer to the following.
8181
if __name__ == '__main__':
8282
# 1.Create a prompt on the platform
8383
# You can create a Prompt on the platform's Prompt development page (set Prompt Key to 'prompt_hub_demo'),

0 commit comments

Comments
 (0)