feat: dynamic model management for OpenAI-compatible providers (#33)

feat: add models fetch for openai-compatible endpoint
This commit is contained in:
2025-08-08 12:08:08 -06:00
committed by GitHub
parent 310149dc34
commit 7d6bc5dbfa
9 changed files with 640 additions and 51 deletions

View File

@@ -15,6 +15,7 @@ dependencies = [
"rich>=13.6.0",
"pydantic>=2.5.0",
"questionary>=2.0.0",
"requests>=2.32.3",
]
classifiers = [
"Development Status :: 3 - Alpha",