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
1
Actions
Packages
Projects
Releases
Wiki
Activity
19
Commits
3
Branches
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Steve Dudenhoeffer
7f5e34e437
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
schema
initial commit of untested function stuff
2024-11-08 20:53:12 -05:00
anthropic.go
Fix role setting for assistant-sent images in Anthropic API
2025-01-09 01:18:11 -05:00
context.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
error.go
initial commit of untested function stuff
2024-11-08 20:53:12 -05:00
function.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
functions.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
go.mod
make toolbox optional
2024-12-28 20:39:57 -05:00
go.sum
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
google.go
Refactor Google LLM adapter to support tool schemas.
2025-01-22 23:56:20 -05:00
llm.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
openai.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
request.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
response.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
toolbox.go
Refactor entire system to be more contextual so that conversation flow can be more easily managed
2025-03-16 22:38:58 -04:00
Description
Abstraction layer interface for various similar LLM services
215
KiB
Languages
Go
100%