.
This commit is contained in:
parent
6ae916c3be
commit
9803a4c6c3
1 changed files with 0 additions and 3 deletions
|
|
@ -33,9 +33,6 @@ class _AiChatState extends State<AiChat> {
|
|||
"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<ollama.Message> _chatHistory = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue