Skip to content

Instantly share code, notes, and snippets.

View zakkor's full-sized avatar

zakkor

View GitHub Profile
package main
import (
"context"
"errors"
"fmt"
"io"
"os"
"github.com/sashabaranov/go-openai"
@zakkor
zakkor / main.go
Created April 2, 2023 22:01
replgpt
package main
import (
"bytes"
"encoding/json"
"flag"
"fmt"
"io"
"net/http"
"os"