Files
Buffteks-Website/app_config.json
2025-09-30 15:30:31 -05:00

36 lines
999 B
JSON

{
"gemini-2.0-flash":{
"api_url": "https://generativelanguage.googleapis.com/v1beta/openai/",
"api_key": "AIzaSyCiURTUJrEGw5J7HxtL1KRNT9GhNKCJsb0",
"model": "gemini-2.0-flash"
},
"nano-banana":{
"api_url": "https://generativelanguage.googleapis.com/v1beta/openai/",
"api_key": "AIzaSyCiURTUJrEGw5J7HxtL1KRNT9GhNKCJsb0",
"model": "gemini-2.5-flash-image-preview"
},
"deepseek-chat":{
"api_url": "https://api.deepseek.com",
"api_key": "sk-12165b127043441697a8940918e207ac",
"model":"deepseek-chat"
},
"llama3.2:1b":{
"api_url": "http://localhost:11434/v1",
"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": {
"sender_email": "noreply@buffteks.org",
"password": "cidm4360fall2024@*"
}
}