We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8e9b6 commit 229b90bCopy full SHA for 229b90b
1 file changed
metagpt/provider/ollama_api.py
@@ -1,7 +1,8 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
# @Desc : self-host open llm model with ollama which isn't openai-api-compatible
4
-# @Modified by : mashenquan. Tested with llama 3.2, https://www.ollama.com/library/llama3.2
+# @Modified by : mashenquan. Tested with llama 3.2, https://www.ollama.com/library/llama3.2;
5
+# nomic-embed-text, https://www.ollama.com/library/nomic-embed-text
6
7
import json
8
from enum import Enum, auto
0 commit comments