This commit is contained in:
renzhiyuan 2026-01-08 17:25:38 +08:00
parent 8e1505ce1a
commit 3418f88a36
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -7,7 +7,7 @@ app = FastAPI()
# Ollama配置
OLLAMA_BASE_URL = "http://localhost:11434" # 默认Ollama地址
MODEL_NAME = "qwen:0.5b" # 或其他你安装的模型
MODEL_NAME = "qwen3:0.6B" # 或其他你安装的模型
class BrandExtractionRequest(BaseModel):