From 9803a4c6c3faf84a51dbe9e084fb56dd6acbf815 Mon Sep 17 00:00:00 2001 From: yaso Date: Sat, 25 Jan 2025 13:49:04 +0200 Subject: [PATCH] . --- Frontend/lib/mih_packages/mzansi_ai/ai_chat.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/Frontend/lib/mih_packages/mzansi_ai/ai_chat.dart b/Frontend/lib/mih_packages/mzansi_ai/ai_chat.dart index e869241f..73834709 100644 --- a/Frontend/lib/mih_packages/mzansi_ai/ai_chat.dart +++ b/Frontend/lib/mih_packages/mzansi_ai/ai_chat.dart @@ -33,9 +33,6 @@ class _AiChatState extends State { "You are a helpful and friendly AI assistant. You are running on a system called MIH which was created by \"Mzansi Innovation Hub\" a South African based company."; final client = ollama.OllamaClient( baseUrl: "${AppEnviroment.baseAiUrl}/api", - headers: { - "Content-Type": "application/json", - }, ); List _chatHistory = [];