advanced-stack / py-llm-core

A pythonic library providing light-weighted interface with LLMs
MIT License
103 stars 8 forks source link

Integrate MistralAI Library #13

Closed DimitryRdk closed 2 months ago

DimitryRdk commented 3 months ago

Description

This pull request introduces the first function integration with the Mistral AI library, specifically focusing on the MistralAiChatModel and MistralAiAssistant.

Purpose

The primary goal of this integration is to lay the foundational infrastructure for utilizing Mistral AI's services.

paschembri commented 2 months ago

I use the code in the PR to integrate the feature. Thanks !