You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, trying to send an image, using the basic command:
python3.8 cli.py --vision --prompt "What's in this image?" --image_path image.png
image is in the current folder
getting the following error:
`python3.8 cli.py --vision --prompt "What's in this image?" --image_path image.png
Enter '/upload' at any time followed by the image path or URL and an optional prompt.
Example: /upload /path/to/image.jpg What's in this image?
Enter '/clear' to clear conversation history.
Enter '/exit' or '/quit' to end the conversation.
\ Assistant is thinking...... (0:00:01)[ ERROR ]: Unknown error: 422 Client Error: Unprocessable Entity for url: https://api.x.ai/v1/chat/completions
[ SUCCESS ]: Cache folder cleaned.
Thank you for using the Grok AI toolkit. Have a great day!
`
The text was updated successfully, but these errors were encountered:
Hi, trying to send an image, using the basic command:
python3.8 cli.py --vision --prompt "What's in this image?" --image_path image.png
image is in the current folder
getting the following error:
The text was updated successfully, but these errors were encountered: