Spaces:
Sleeping
Sleeping
Update helpers/llm_helper.py
Browse files- 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://
|
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,
|