Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
@@ -1,6 +1,4 @@
-import { Ollama } from '../../src/index.js';
-
-const ollama = new Ollama();
+import ollama from 'ollama';
// Add two numbers function
function addTwoNumbers(args: { a: number, b: number }): number {
@@ -1,6 +1,5 @@
import ollama from 'ollama';
// Simulates an API call to get flight times
// In a real application, this would fetch data from a live database or API
function getFlightTimes(args: { [key: string]: any }) {