🔗 GoLang Notes for quick revision 👆
This repository tells how you can create a tool using any ai model, here we use Gemini API key and control it with our prompts making different tools according to our requirements
- Gemini api key Access here ai.google.dev
This repository contains a simple Go program that converts JSON data into an Excel file (XLSX format) using the github.com/xuri/excelize/v2
and encoding/json
packages.