Skip to content

Build a multi-LLM (Large Language Model) chat application that uses DevExpress Blazor AI Chat and ComboBox components.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/blazor-ai-chat-with-multiple-llm-services

Repository files navigation

Blazor AI Chat — Build a Multi-LLM Chat Application

This example implements a multi-LLM (Large Language Model) chat application. Key considerations include:

  • The application uses two models: GPT-4o from Azure OpenAI and Phi4 from Ollama running locally.
  • The IChatClient interface implementation manages chat clients and conversation histories.
  • The interface is built with DevExpress Blazor components: DxAIChat, DxComboBox, and DxButton.

Multi-LLM Chat Application

This example is based on the following blog post: DevExpress Blazor AI Chat — Build a Multi-LLM Chat Application.

Note

Before launch, add your credentials in the appsettings.Development.json file.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Build a multi-LLM (Large Language Model) chat application that uses DevExpress Blazor AI Chat and ComboBox components.

Topics

Resources

License

Stars

Watchers

Forks