mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Show how to use gollem, a production Go agent framework, with LiteLLM proxy for multi-provider LLM access including tool use and streaming.
5 lines
125 B
Modula-2
5 lines
125 B
Modula-2
module github.com/BerriAI/litellm/cookbook/gollem_go_agent_framework
|
|
|
|
go 1.25.1
|
|
|
|
require github.com/fugue-labs/gollem v0.1.0
|