Update generator.py
Browse files- generator.py +0 -1
generator.py
CHANGED
|
@@ -346,7 +346,6 @@ def load_json_spec(path="json_output/spec.json"):
|
|
| 346 |
|
| 347 |
|
| 348 |
#=============================Prompt_With_Model_Specification================
|
| 349 |
-
from langchain.prompts import ChatPromptTemplate
|
| 350 |
|
| 351 |
def generate_django_model_prompt(project_name: str, description: str, llm):
|
| 352 |
"""
|
|
|
|
| 346 |
|
| 347 |
|
| 348 |
#=============================Prompt_With_Model_Specification================
|
|
|
|
| 349 |
|
| 350 |
def generate_django_model_prompt(project_name: str, description: str, llm):
|
| 351 |
"""
|