This commit is contained in:
Zacharias-Brohn
2026-01-14 19:15:48 +01:00
parent e479c24484
commit e2afe1a522
3 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
'use server';
import ollama, { Tool } from 'ollama';
import { Tool } from 'ollama';
import ollama from '@/lib/ollama';
export interface ChatMessage {
role: 'user' | 'assistant' | 'system' | 'tool';