changes
This commit is contained in:
+2
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user