feat: supports more embedding providers

This commit is contained in:
Junyan Qin
2025-07-24 22:03:20 +08:00
parent 7aed5cf1ed
commit 194b2d9814
5 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ spec:
default: 120
support_type:
- llm
- text-embedding
execution:
python:
path: ./giteeaichatcmpl.py

View File

@@ -24,6 +24,7 @@ spec:
default: 120
support_type:
- llm
- text-embedding
execution:
python:
path: ./lmstudiochatcmpl.py

View File

@@ -24,6 +24,7 @@ spec:
default: 120
support_type:
- llm
- text-embedding
execution:
python:
path: ./openrouterchatcmpl.py

View File

@@ -31,6 +31,7 @@ spec:
default: 120
support_type:
- llm
- text-embedding
execution:
python:
path: ./ppiochatcmpl.py

View File

@@ -24,6 +24,7 @@ spec:
default: 120
support_type:
- llm
- text-embedding
execution:
python:
path: ./siliconflowchatcmpl.py