Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Copilot + local AI setup instructions #7413

Merged
merged 6 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/_static/badges/academy-copilot-setup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:orphan:
:nosearch:

.. raw:: html

<a href="https://academy.mattermost.com/p/new-mattermost-copilot-multi-llm-setup-usage" class="mm-badge mm-badge--academy" target="_blank">
<img src="../_static/images/badges/academy-callout-image.jpg" alt="" />
<div class="mm-badge__copy">
<span class="mm-badge__accent-text">Mattermost Academy</span>
<span class="mm-badge__title">Learn about setting up and configuring Mattermost Copilot with multiple LLMs</span>
</div>
</a>
5 changes: 4 additions & 1 deletion source/configure/enable-copilot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Enable Copilot

Signficantly increase team productivity and decision-making speed by enhancing your real-time collaboration capabilities with instant access to AI-generated information, discussion summaries, and contextually-aware action recommendations with Mattermost's Copilot. Your users can interact with AI capabilities directly within their daily communication channels without needing to switch between multiple tools or platforms

.. include:: ../_static/badges/academy-copilot-setup.rst
:start-after: :nosearch:

Setup
------

Expand Down Expand Up @@ -82,7 +85,7 @@ Configure a large language model (LLM) for your Copilot integration by going to

1. Deploy your model, for example, on `Ollama <https://ollama.com/>`_.
2. Select **OpenAI Compatible** in the **AI Service** dropdown.
3. Enter the URL to your AI service from your Mattermost deployment in the **API URL** field.
3. Enter the URL to your AI service from your Mattermost deployment in the **API URL** field. Be sure to include the port, and append ``/v1`` to the end of the URL if using Ollama. (e.g., ``http://localhost:11434/v1`` for Ollama, otherwise ``http://localhost:11434/``)
4. If using Ollama, leave the **API Key** field blank.
5. Specify your model name in the **Default Model** field.

Expand Down
Loading