generated from polymech/astro-shopify
ollama bootstrap | kbot test :)
This commit is contained in:
parent
d9fa4f0f8d
commit
6c8e24cb68
14
models/.kbot/params.json
Normal file
14
models/.kbot/params.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"model": "anthropic/claude-3.5-sonnet",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "say hello"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
"content": ""
|
||||
}
|
||||
],
|
||||
"tools": []
|
||||
}
|
||||
1
models/deepseek-kbot.sh
Normal file
1
models/deepseek-kbot.sh
Normal file
@ -0,0 +1 @@
|
||||
kbot "list of plastic types, store in types.md, as table, send it to my second wife:)" --baseURL=http://localhost:11434/v1 --mode=completion --api_key=test --model=MFDoom/deepseek-r1-tool-calling:latest
|
||||
4
models/deepseek.sh
Normal file
4
models/deepseek.sh
Normal file
@ -0,0 +1,4 @@
|
||||
# Deepseek Models with Toolcalling : https://ollama.com/search?c=tools&q=deepseek
|
||||
|
||||
#ollama run MFDoom/deepseek-r1-tool-calling
|
||||
ollama run nezahatkorkmaz/deepseek-v3
|
||||
6
models/ollama.md
Normal file
6
models/ollama.md
Normal file
@ -0,0 +1,6 @@
|
||||
# https://github.com/open-webui/open-webui
|
||||
pip install open-webui
|
||||
|
||||
# http://localhost:8080/
|
||||
open-webui serve
|
||||
|
||||
Loading…
Reference in New Issue
Block a user