You are viewing a single comment's thread from:

RE: LeoThread 2025-01-20 13:15

in LeoFinance • 6 hours ago

Comparison of AI Models

  • 🤖 GPT 40: Created a schema with four tables, including elves, elf assignments, orders, and toys. It required some prompting to add a fulfillment date.
  • 🤖 Claude: Created a schema with three tables, including elves, workshop assignments, and toys. It automatically created sample data and checked its work.
  • 🤖 Quin 2.5: Had some issues with executing SQL queries and required more prompting to create the desired tables.

Local Model Usage

  • 📊 Olama provides a local REST API for interacting with large language models completely offline on the user's machine.
  • 🤖 The video demonstrates how to use Olama with database.build to run a local model, Quin 2.5.