Skip to content

Instantly share code, notes, and snippets.

View datsuns's full-sized avatar
💭
drinkin(

Satoshi Bando datsuns

💭
drinkin(
View GitHub Profile
@datsuns
datsuns / gemini.go
Last active March 28, 2024 08:33
gemini api by golang
package main
import (
"context"
"fmt"
"log"
"os"
"time"
"github.com/google/generative-ai-go/genai"
@datsuns
datsuns / Dockerfile
Created August 9, 2024 09:08
V2H docker
FROM ubuntu:20.04
ARG input=/tmp
ARG user=user
ARG git_email="[email protected]"
ARG git_name="Your Name"
ENV HOME=/home/${user}
ENV WORK=${HOME}/ai_sdk_work
ENV YOCTO_WORK=${WORK}/src_setup/yocto