Spaces:
Sleeping
Sleeping
✅ fixed pathch mock ollama CI/CD and Dockerfile for deployment in hugging face
Browse files
src/marketingCampaignGen/components/model/__pycache__/generator.cpython-310.pyc
CHANGED
Binary files a/src/marketingCampaignGen/components/model/__pycache__/generator.cpython-310.pyc and b/src/marketingCampaignGen/components/model/__pycache__/generator.cpython-310.pyc differ
|
|
src/marketingCampaignGen/components/model/generator.py
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
|
3 |
|
4 |
# from langchain.llms import Ollama
|
|
|
5 |
from langchain_community.llms import Ollama
|
6 |
from langchain.prompts import PromptTemplate
|
7 |
from langchain.chains import LLMChain
|
|
|
2 |
|
3 |
|
4 |
# from langchain.llms import Ollama
|
5 |
+
from unittest.mock import patch
|
6 |
from langchain_community.llms import Ollama
|
7 |
from langchain.prompts import PromptTemplate
|
8 |
from langchain.chains import LLMChain
|