add chatbot with local llama3.2 1B model on Ollama

This commit is contained in:
BuffTechTalk
2025-01-10 00:27:38 -06:00
parent 7b0491b769
commit 9a28b3eaba
4 changed files with 80 additions and 5 deletions

6
chatbot_config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"api_url": "https://api.deepseek.com",
"api_key": "sk-12165b127043441697a8940918e207ac",
"ollama_api_url": "http://localhost:11434/v1",
"ollama_api_key": "ollama"
}