andreyvit/openai
Best way to use ChatGPT/GPT-3 with Go: zero dependencies, tokenizer, under 1500 LOC
This is a tool for Go developers who want to integrate OpenAI's ChatGPT and GPT-3 models into their applications. It takes plain text prompts, including chat history and context from a knowledge base, and returns AI-generated text responses. Developers would use this to add conversational AI, text generation, or embedding capabilities to their Go-based software.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to interact with OpenAI's large language models, especially for chat-based functionalities, text generation, or incorporating external knowledge.
Not ideal if you are not a Go developer or if you need a high-level, opinionated framework with many abstractions rather than a direct, lean interface to the OpenAI API.
Stars
13
Forks
1
Language
Go
License
MIT
Category
Last pushed
Jul 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/andreyvit/openai"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ai-forever/gigachat
Библиотека для доступа к GigaChat
Krazal/nppopenai
OpenAI (aka. ChatGPT) plugin for Notepad++
sashabaranov/go-openai
OpenAI ChatGPT, GPT-5, GPT-Image-1, Whisper API clients for Go
mkht/PSOpenAI
PowerShell module for OpenAI API.
mgallo/openai.ex
community-maintained OpenAI API Wrapper written in Elixir.