prathammk commited on
Commit
d6cc00c
·
verified ·
1 Parent(s): a52c3b3

Update helpers/llm_helper.py

Browse files
Files changed (1) hide show
  1. helpers/llm_helper.py +1 -1
helpers/llm_helper.py CHANGED
@@ -10,7 +10,7 @@ def analyze_image_file(image_file, model, user_prompt):
10
  image_bytes = get_image_bytes(image_file)
11
 
12
  # API call to remote Ollama server (update with actual URL)
13
- url = 'https://502f-2401-4900-882d-894-a2-f66f-ba2b-969f.ngrok-free.app'
14
  data = {
15
  'model': model,
16
  'prompt': user_prompt,
 
10
  image_bytes = get_image_bytes(image_file)
11
 
12
  # API call to remote Ollama server (update with actual URL)
13
+ url = 'https://5cf5-2401-4900-882d-894-a2-f66f-ba2b-969f.ngrok-free.app '
14
  data = {
15
  'model': model,
16
  'prompt': user_prompt,