components-contrib/conversation
Josh van Leeuwen d8ac01bc76
Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699)
Signed-off-by: joshvanl <me@joshvanl.dev>
2025-03-12 13:50:32 -07:00
..
anthropic Conversation API: add cache support, add huggingface+mistral models (#3567) 2024-10-15 21:30:26 -07:00
aws/bedrock Conversation API: add cache support, add huggingface+mistral models (#3567) 2024-10-15 21:30:26 -07:00
deepseek Add deepseek support, update Go to 1.23.5 (#3659) 2025-01-29 13:41:28 -08:00
echo Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
huggingface Conversation API: add cache support, add huggingface+mistral models (#3567) 2024-10-15 21:30:26 -07:00
mistral Conversation API: add cache support, add huggingface+mistral models (#3567) 2024-10-15 21:30:26 -07:00
openai Conversation API: add cache support, add huggingface+mistral models (#3567) 2024-10-15 21:30:26 -07:00
README.md init conversation API with openai component (#3518) 2024-09-10 19:45:11 -07:00
converse.go Add temperature support to conversational api (#3566) 2024-10-14 16:04:03 -07:00
langchainroles.go Add component for Anthropic (#3564) 2024-10-11 15:01:43 -07:00
langchainroles_test.go Add component for Anthropic (#3564) 2024-10-11 15:01:43 -07:00
metadata.go Conversation API: add cache support, add huggingface+mistral models (#3567) 2024-10-15 21:30:26 -07:00
opts.go Conversation API: add cache support, add huggingface+mistral models (#3567) 2024-10-15 21:30:26 -07:00

README.md

Conversation

Conversations provide a common way to converse with different LLM providers.