add a AI chatbot, rename course names

This commit is contained in:
BuffTechTalk
2025-01-10 14:29:06 -06:00
parent 9a28b3eaba
commit ab0e64777e
30 changed files with 430 additions and 76 deletions

16
app_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"deepseek":{
"api_url": "https://api.deepseek.com",
"api_key": "sk-12165b127043441697a8940918e207ac"
},
"ollama":{
"api_url": "http://localhost:11434/v1",
"api_key": "ollama"
},
"send_email": {
"sender_email": "noreply@buffteks.org",
"password": "cidm4360fall2024@*"
}
}