ci(github): add missing MISTRAL_API_KEY env

This commit is contained in:
Ivan Gabriele
2024-03-03 15:29:17 +01:00
parent 7d3b438d16
commit b30e88c5f7
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ use mistralai_client::v1::{
};
#[test]
fn test_client_new() {
fn test_chat_completion() {
extern crate dotenv;
use dotenv::dotenv;