move secrets to env variables add palworld commands
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 37s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 37s
This commit is contained in:
18
appsettings.json
Normal file
18
appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Llm": {
|
||||
"Endpoint": "http://compute.local:8001/v1/chat/completions",
|
||||
"Model": "Qwen3.6-35B-A3B",
|
||||
"MaxTokens": 100024,
|
||||
"Temperature": 0.7
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning"
|
||||
}
|
||||
},
|
||||
"Palworld": {
|
||||
"BaseUrl": "http://compute.local:8212",
|
||||
"Username": "admin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user