sam2ai commited on
Commit
22d0605
1 Parent(s): 1d7579f

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. custom_prompt_template.py +1 -1
custom_prompt_template.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import List
2
- # import langchain
3
  from langchain.prompts import PromptTemplate
4
  class InstructionGenerationTemplate(PromptTemplate):
5
  """A custom prompt template for generating instructions."""
 
1
  from typing import List
2
+ import langchain
3
  from langchain.prompts import PromptTemplate
4
  class InstructionGenerationTemplate(PromptTemplate):
5
  """A custom prompt template for generating instructions."""