Add deepseek local model deepseek-r1:1.5b

This commit is contained in:
BuffTechTalk
2025-01-27 13:53:41 -06:00
parent 340c66dfac
commit 6ed8d0dda9
18 changed files with 51 additions and 33 deletions

View File

@@ -1,12 +1,20 @@
{
"deepseek":{
"deepseek-chat":{
"api_url": "https://api.deepseek.com",
"api_key": "sk-12165b127043441697a8940918e207ac"
"api_key": "sk-12165b127043441697a8940918e207ac",
"model":"deepseek-chat"
},
"ollama":{
"llama3.2:1b":{
"api_url": "http://localhost:11434/v1",
"api_key": "ollama"
"api_key": "ollama",
"model":"llama3.2:1b"
},
"deepseek-r1:1.5b":{
"api_url": "http://localhost:11434/v1",
"api_key": "ollama",
"model":"deepseek-r1:1.5b"
},
"send_email": {