botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 663864cb78 refactor(config): remove unused S3 bucket configuration and setup logic
Eliminates the `s3_bucket` field from `AppConfig` and deletes related initialization code in `main.rs`. This simplifies configuration management since S3 bucket handling is no longer required or used in the application.
2025-10-29 09:54:39 -03:00

649 B

1namevalue
2server_host0.0.0.0
3server_port8080
4sites_root/tmp
5llm-keygsk_
6llm-modelopenai/gpt-oss-20b
7llm-urlhttps://api.groq.com/openai/v1/chat/completions
8llm-urlhttp://localhost:8080/v1
9llm-model./botserver-stack/llm/data/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
10embedding-urlhttp://localhost:8082
11embedding-model-path./botserver-stack/llm/data/bge-small-en-v1.5-f32.gguf
12llm-serverfalse
13llm-server-path~/llama.cpp
14email-fromfrom@domain.com
15email-servermail.domain.com
16email-port587
17email-useruser@domain.com
18email-pass
19custom-serverlocalhost
20custom-port5432
21custom-databasemycustomdb
22custom-username
23custom-password