Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e526a4286b | |||
| 20207d225c | |||
| 1fa78be587 | |||
| f8ccf7a75a | |||
| 58fd7016e8 | |||
| e3c566ffc4 | |||
| a9efea0149 | |||
| 60ce57aa72 | |||
| cd34b20b18 | |||
| 2692c8cea9 |
@@ -32,7 +32,7 @@ layout:
|
||||
columns: 4
|
||||
Social:
|
||||
style: row
|
||||
columns: 3
|
||||
columns: 4
|
||||
Lifestyle:
|
||||
style: row
|
||||
columns: 5
|
||||
|
||||
@@ -6,21 +6,21 @@ endpoints:
|
||||
baseURL: "http://ollama:11434/v1/chat/completions"
|
||||
models:
|
||||
default: [
|
||||
"deepseek-r1",
|
||||
"deepseek-coder-v2",
|
||||
"deepseek-v3",
|
||||
"llama3.3",
|
||||
"phi4",
|
||||
"deepseek-r1:1.5b",
|
||||
"deepseek-coder-v2:16b",
|
||||
"deepseek-v3:671b",
|
||||
"llama3.3:70b",
|
||||
"phi4:14b",
|
||||
"qwen2.5",
|
||||
"llama2",
|
||||
"mistral",
|
||||
"codellama",
|
||||
"tinyllama",
|
||||
"starcoder2",
|
||||
"dolphin-mixtral",
|
||||
"smollm2",
|
||||
"orca-mini",
|
||||
"mistral-openorca"
|
||||
"llama2:7b",
|
||||
"mistral:7b",
|
||||
"codellama:7b",
|
||||
"tinyllama:1.1b",
|
||||
"starcoder2:3b",
|
||||
"dolphin-mistral:7b",
|
||||
"smollm2:1.7b",
|
||||
"orca-mini:3b",
|
||||
"mistral-openorca:7b"
|
||||
]
|
||||
# fetching list of models is supported but the `name` field must start
|
||||
# with `ollama` (case-insensitive), as it does in this example.
|
||||
|
||||
+560
-464
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user