mattermost / mattermost-plugin-ai

Mattermost Copilot plugin supporting multiple LLMs
https://mattermost.com/copilot
Apache License 2.0
136 stars 30 forks source link

Fixing open ai compatible type value in the admin console #82

Closed jespino closed 1 year ago

jespino commented 1 year ago

Summary

The OpenAI compatible "driver" was identified as openai-compatible in the frontend code, but as openaicompatible in the backend code, making it unusable.

Ticket Link

Fixes #79

jespino commented 1 year ago

@crspeller Merging it without review because it is a minor change.