# Examples **Repository Path**: maxxslash/examples ## Basic Information - **Project Name**: Examples - **Description**: No description available - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-21 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sudo apt-get remove 'dotnet*' 'aspnet*' 'netstandard*' sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0 阿里 ### qwen-max-latest.http POST https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions Authorization: Bearer {{DASHSCOPE_API_KEY}} Content-Type: application/json { "model": "qwen-max-latest", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "你是谁?什么版本的?" } ] } curl -X POST https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions \ -H "Authorization: Bearer $DASHSCOPE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-v3", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "你是谁?什么版本的?" } ] }' curl -X POST https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions \ -H "Authorization: Bearer $DASHSCOPE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen-max-latest", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "你是谁?什么版本的?" } ] }'