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
49
Commits
2
Branches
0
Tags
85a848d96ecb239310805940aa1ce83325c2ed33
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
steve
85a848d96e
Update
openaiTranscriber
to handle audio file metadata in transcription parameters
2026-01-25 02:38:45 -05:00
cmd
/llm
Implement interactive CLI for LLM providers with chat, tools, and image support
2026-01-24 15:53:36 -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
.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 checksum typo for
github.com/charmbracelet/bubbles
in
go.sum
2026-01-24 16:59:55 -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
S
Description
Abstraction layer interface for various similar LLM services
659
KiB
Languages
Go
100%