feat(model): Proxy multimodal supports (#2641)

This commit is contained in:
Fangyin Cheng
2025-04-21 19:36:29 +08:00
committed by GitHub
parent a6680610b9
commit 3d7d52250f
13 changed files with 491 additions and 17 deletions

View File

@@ -40,15 +40,16 @@ Examples:
uv run version_update.py 0.8.0 --filter dbgpt-core # Only update dbgpt-core package
"""
import sys
import re
import json
import argparse
import tomli
from pathlib import Path
import json
import re
import sys
from dataclasses import dataclass
from pathlib import Path
from typing import List, Optional
import tomli
@dataclass
class VersionChange: