components-contrib/conversation
Will Velida a9dafe6bac
Adding support for custom endpoint for OpenAI Conversation Component (#3834)
Signed-off-by: Will Velida <willvelida@hotmail.co.uk>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2025-06-05 20:31:52 -07:00
..
anthropic Fix reference links of conversation components (#3690) 2025-03-21 13:52:15 +02:00
aws/bedrock Fix reference links of conversation components (#3690) 2025-03-21 13:52:15 +02:00
deepseek Fix reference links of conversation components (#3690) 2025-03-21 13:52:15 +02:00
echo Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
googleai Adding GoogleAI models too (#3689) 2025-04-09 15:06:37 -07:00
huggingface Fix reference links of conversation components (#3690) 2025-03-21 13:52:15 +02:00
mistral Fix reference links of conversation components (#3690) 2025-03-21 13:52:15 +02:00
ollama Adding Ollama as a conversation component for local dev/running of LLMs (#3688) 2025-03-23 16:38:17 +00:00
openai Adding support for custom endpoint for OpenAI Conversation Component (#3834) 2025-06-05 20:31:52 -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 Adding support for custom endpoint for OpenAI Conversation Component (#3834) 2025-06-05 20:31:52 -07:00
metadata_test.go Adding support for custom endpoint for OpenAI Conversation Component (#3834) 2025-06-05 20:31:52 -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.