Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files
custom_prompt_template.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from typing import List
|
| 2 |
-
|
| 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."""
|