Skip to content

Commit cf4ddef

Browse files
authored
fix: updates the endpoint URL for the ME provider (#332)
feat: refactor exception handling and standardize API responses with SuccessResponse
1 parent 5ae980c commit cf4ddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/datamate-python/app/module/system/service/models_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# 固定厂商列表
2525
PROVIDERS = [
26-
ProviderItem(provider="ModelEngine", baseUrl="http://localhost:9981"),
26+
ProviderItem(provider="ModelEngine", baseUrl="http://nginxservice/open/router/v1"),
2727
ProviderItem(provider="Ollama", baseUrl="http://localhost:11434"),
2828
ProviderItem(provider="OpenAI", baseUrl="https://api.openai.com/v1"),
2929
ProviderItem(provider="DeepSeek", baseUrl="https://api.deepseek.com/v1"),

0 commit comments

Comments
 (0)