mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 20:03:28 +02:00
tested for embeddings/embed
This commit is contained in:
parent
187e512547
commit
f2aa4e3f9d
3 changed files with 49 additions and 14 deletions
|
|
@ -28,7 +28,8 @@ class LLMType(Enum):
|
|||
AZURE = "azure"
|
||||
OLLAMA = "ollama" # /chat at ollama api
|
||||
OLLAMA_GENERATE = "ollama.generate" # /generate at ollama api
|
||||
OLLAMA_EMBEDDING = "ollama.embeddings" # /embeddings at ollama api
|
||||
OLLAMA_EMBEDDINGS = "ollama.embeddings" # /embeddings at ollama api
|
||||
OLLAMA_EMBED = "ollama.embed" # /embeddings at ollama api
|
||||
QIANFAN = "qianfan" # Baidu BCE
|
||||
DASHSCOPE = "dashscope" # Aliyun LingJi DashScope
|
||||
MOONSHOT = "moonshot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue