Spaces:
Sleeping
Sleeping
Update helpers/llm_helper.py
Browse files- helpers/llm_helper.py +1 -0
helpers/llm_helper.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from ollama import generate
|
2 |
from config import Config
|
3 |
from helpers.image_helper import get_image_bytes
|
|
|
4 |
|
5 |
system_prompt = Config.SYSTEM_PROMPT
|
6 |
|
|
|
1 |
from ollama import generate
|
2 |
from config import Config
|
3 |
from helpers.image_helper import get_image_bytes
|
4 |
+
import requests
|
5 |
|
6 |
system_prompt = Config.SYSTEM_PROMPT
|
7 |
|