using System;
using System.IO;
using System.Net.Http;
using System.Threading.Tasks;class Program
{static async Task Main(string[] args){string apiUrl "http://example.com/upload"; // 替换为你的上传API地址string filePath "C:\path\to\your\fil…
一、概述
1、是什么 Mini-Monkey 论文全称《Mini-Monkey: Multi-Scale Adaptive Cropping for Multimodal Large Language Models》,是一个轻量级MLLM(多模态的视觉-文本模型),基于InternViT、MLP和InternLLM,其实就是…