This website requires JavaScript.
Explore
Help
Sign In
steve
/
go-llm
Watch
1
Star
0
Fork
0
You've already forked go-llm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
61
Commits
2
Branches
0
Tags
main
Go to file
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Claude
bcb91e14b0
All checks were successful
CI / Lint (push)
Successful in 9m38s
Details
CI / V2 Module (push)
Successful in 11m6s
Details
CI / Root Module (push)
Successful in 11m53s
Details
Merge pull request 'feat: comprehensive token usage tracking for V2' (
#3
) from feature/comprehensive-token-usage-tracking into main
2026-03-02 04:35:42 +00:00
.gitea
/workflows
Add Gitea CI workflow for build, test, vet, and lint
2026-02-07 20:01:01 -05:00
cmd
/llm
Implement interactive CLI for LLM providers with chat, tools, and image support
2026-01-24 15:53:36 -05:00
docs
Add sandbox package for isolated Linux containers via Proxmox LXC
2026-02-08 00:47:45 -05:00
internal
/imageutil
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
provider
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
schema
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
v2
feat: comprehensive token usage tracking for V2
2026-03-02 04:33:18 +00:00
.gitignore
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
anthropic.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
CLAUDE.md
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
context.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
error.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
function.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
functions.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
go.mod
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
go.sum
Fix corrupted checksum for charmbracelet/bubbles in go.sum
2026-02-07 21:39:32 -05:00
google.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
llm.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
mcp.go
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
message.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
openai_transcriber.go
Update
openaiTranscriber
to handle audio file metadata in transcription parameters
2026-01-25 02:38:45 -05:00
openai.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
parse.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
request.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
response.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
toolbox.go
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
transcriber.go
Add OpenAI-based transcriber implementation
2026-01-25 01:46:29 -05:00
Description
Abstraction layer interface for various similar LLM services
494
KiB
Languages
Go
100%