Add scripts for DeepSeek, GPT-4o, and Mistral OCR API interactions
This merge includes three new scripts for interacting with different AI models via their respective APIs.
Scripts Added
-
deepseek-r1-test.py
: Script to send requests to DeepSeek API and print the response. -
gpt-4o-test.py
: Script to send requests to GPT-4o API using requests and OpenAI SDK and print the response. -
mistral-ocr-test.py
: Script to encode images to base64 and send to Mistral OCR API.
Additional Changes
- Added
.gitignore
file to exclude the.idea/
directory from version control.