feat OLLAMA_URL 切换到A6000

fix
This commit is contained in:
zhouchengrong
2024-12-02 22:42:03 +08:00
parent 5491c54bda
commit c0abc8ffe9

View File

@@ -138,7 +138,7 @@ SEGMENTATION = {
"output": "seg_output__0", "output": "seg_output__0",
} }
# ollama config # ollama config
OLLAMA_URL = "http://10.1.1.243:11434/api/embeddings" OLLAMA_URL = "http://10.1.1.240:11434/api/embeddings"
# DESIGN config # DESIGN config
DESIGN_MODEL_URL = '10.1.1.240:10000' DESIGN_MODEL_URL = '10.1.1.240:10000'
AIDA_CLOTHING = "aida-clothing" AIDA_CLOTHING = "aida-clothing"