-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Which version of integration_openai are you using?
3.7.1
Which version of Nextcloud are you using?
32.0.1
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Edge
Describe the Bug
AI Chat answers by deepseek work fine in NC Assitant but when asking the AI to analyze an image or create an image, or create Audio these are the error messages:
OpenAI/LocalAI's image question generation failed with: API request error: Failed to deserialize the JSON body into the target type: messages[1]: unknown variant image_url, expected text at line 1 column 62797
OpenAI/LocalAI's text to image generation failed with: API request error: Client error: POST https://api.deepseek.com/v1/audio/speech resulted in a 404 Not Found response: { "error_msg": "Not Found. Please check the configuration." }
OpenAI/LocalAI's text to image generation failed with: API request error: Client error: POST https://api.deepseek.com/v1/images/generations resulted in a 404 Not Found response: { "error_msg": "Not Found. Please check the configuration." }
Expected Behavior
analzye/create/image and audio
To Reproduce
Use NC AI Assistant with OpenAI integration and deepseek URL for API and API Key.