feat: add go module and bot skeleton main.go #4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/bot-skeleton"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Initial Go module initialization and basic main.go skeleton for pievr bot.
@ -0,0 +43,4 @@return &Client{client: c,model: "gemini-2.5-flash", // Default model for nowДавай это тоже через конфиг задавать.
@ -0,0 +26,4 @@}// Set default model if not providedif cfg.GeminiModel == "" {Не, давай без этого. Можешь, в тегах в самой структуре конфига задать дефолтрые значения, но вот так if прописывать давай не будем.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.