ollama bootstrap | kbot test :)

This commit is contained in:
Code 2025-01-28 22:20:27 +01:00
parent d9fa4f0f8d
commit 6c8e24cb68
4 changed files with 25 additions and 0 deletions

14
models/.kbot/params.json Normal file
View 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
View 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
View 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
View File

@ -0,0 +1,6 @@
# https://github.com/open-webui/open-webui
pip install open-webui
# http://localhost:8080/
open-webui serve