Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
U Ubang_DevOps
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Wang Peng
  • Ubang_DevOps
  • Merge requests
  • !3

Merged
Created Mar 28, 2025 by duojie xu@xuduojieDeveloper

Add scripts for DeepSeek, GPT-4o, and Mistral OCR API interactions

  • Overview 0
  • Commits 2
  • Changes 4

This merge includes three new scripts for interacting with different AI models via their respective APIs.

Scripts Added

  1. deepseek-r1-test.py: Script to send requests to DeepSeek API and print the response.
  2. gpt-4o-test.py: Script to send requests to GPT-4o API using requests and OpenAI SDK and print the response.
  3. 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.
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: xuduojie-branch