ChatCheap/ChatServerSpace/appsettings.json
2025-05-20 21:51:05 -03:00

24 lines
795 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ChatServer": {
//"ApiKey": "tIAXVf3AkCkkpSX+PjFvktfEeSPyA1ZYam50UO3ye/qmxVZX6PIXstmJsLZXkQ39C33onFD/81mdxvhbGHm7tQ==",
//"ModelId": "anthropic/claude-3.5-haiku",
//"Url": "https://gpt.serverspace.com.br/v1/chat/completions"
"ApiKey": "HedaR4yPrp9N2XSHfwdZjpZvPIxejPFK",
"ModelId": "meta-llama/Meta-Llama-3.1-70B-Instruct",
"Url": "https://api.deepinfra.com/v1/openai/chat/completions",
"UseServer": "DeepInfra"
},
"MongoDB": {
"ConnectionString": "mongodb://admin:c4rn31r0@192.168.0.82:27017,192.168.0.81:27017/?authSource=admin",
"DatabaseName": "ChatServerSpaceDb",
"CollectionName": "ChatMessages"
}
}