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
30
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
5ba0d5df7e
instead of having an openai => google translation layer, just add sister functions to the types that construct the google request just like openai's
2025-04-07 01:57:02 -04:00
schema
instead of having an openai => google translation layer, just add sister functions to the types that construct the google request just like openai's
2025-04-07 01:57:02 -04:00
anthropic.go
Add support for integers and tool configuration in schema handling
2025-04-06 01:23:10 -04:00
context.go
Add getter methods for response and toolcall in Context
2025-03-18 03:45:38 -04:00
error.go
initial commit of untested function stuff
2024-11-08 20:53:12 -05:00
function.go
instead of having an openai => google translation layer, just add sister functions to the types that construct the google request just like openai's
2025-04-07 01:57:02 -04:00
functions.go
Change function result type from string to any
2025-03-25 23:53:09 -04:00
go.mod
instead of having an openai => google translation layer, just add sister functions to the types that construct the google request just like openai's
2025-04-07 01:57:02 -04:00
go.sum
instead of having an openai => google translation layer, just add sister functions to the types that construct the google request just like openai's
2025-04-07 01:57:02 -04:00
google.go
instead of having an openai => google translation layer, just add sister functions to the types that construct the google request just like openai's
2025-04-07 01:57:02 -04:00
llm.go
Add support for integers and tool configuration in schema handling
2025-04-06 01:23:10 -04:00
openai.go
instead of having an openai => google translation layer, just add sister functions to the types that construct the google request just like openai's
2025-04-07 01:57:02 -04:00
request.go
Add support for integers and tool configuration in schema handling
2025-04-06 01:23:10 -04:00
response.go
Add support for integers and tool configuration in schema handling
2025-04-06 01:23:10 -04:00
toolbox.go
Change function result type from string to any
2025-03-25 23:53:09 -04:00
Description
Abstraction layer interface for various similar LLM services
215
KiB
Languages
Go
100%