Files
piperun-bot/src/config.rs
Jelson Stoelben Rodrigues 33101951bc feat: PipeRUN API running
2025-06-07 08:16:04 -03:00

8 lines
271 B
Rust

const OLLAMA_URL: str = "localhost";
const OLLAMA_PORT: str = 11434;
const PIPERUN_API_URL: str = "novanet.cxm.pipe.run";
const PIPERUN_CLIENT_ID: i32 = 0;
const PIPERUN_CLIENT_SECRET: str = "";
const PIPERUN_BOT_USERNAME: str = "";
const PIPERUN_BOT_PASSWORD: str = "";