forked from jelson.rodrigues/piperun-bot
feat: PipeRUN API running
This commit is contained in:
7
src/config.rs
Normal file
7
src/config.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
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 = "";
|
||||
Reference in New Issue
Block a user