prathammk commited on
Commit
8c58253
·
verified ·
1 Parent(s): 89f0c44

Update helpers/llm_helper.py

Browse files
Files changed (1) hide show
  1. 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