fix: Correct API URL for image analysis and translation services
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 12s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 12s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const API_URL = 'https://ai.almazlar.com/ollama/api/generate';
|
const API_URL = 'https://ollama.almazlar.com/api/generate';
|
||||||
|
|
||||||
export const analyzeImage = async (base64Image) => {
|
export const analyzeImage = async (base64Image) => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user