Page MenuHomeFreeBSD

Summary: port & dependencies for Anthropic's Claude3 LLM and Datasette
ClosedPublic

Authored by dch on May 20 2024, 12:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 7:01 PM
Unknown Object (File)
Mon, Nov 11, 3:41 PM
Unknown Object (File)
Mon, Nov 11, 3:36 PM
Unknown Object (File)
Fri, Nov 8, 5:01 PM
Unknown Object (File)
Fri, Nov 8, 5:38 AM
Unknown Object (File)
Fri, Nov 8, 2:19 AM
Unknown Object (File)
Thu, Nov 7, 10:52 AM
Unknown Object (File)
Thu, Nov 7, 10:14 AM
Subscribers

Details

Summary
  • https://llm.datasette.io/en/stable/
  • databases/py-sqlite-utils: update to 3.36
  • databases/py-sqlite-migrate: [NEW PORT] plugin for py-sqlite-utils
  • misc/py-files-to-prompt: [NEW PORT] concatenate files for LLM prompts
  • misc/py-anthropic: [NEW PORT] python REST-based SDK for Anthropic API
  • misc/py-llm: [NEW PORT] interact with remote and local models incl OpenAI, and Anthropic
  • misc/py-llm-claude-3: [NEW PORT] anthropic Claude3 lib for py-llm
Test Plan

poudriere testport OK, needs some python@ people to check over it, works on my machine (tm) for OpenAI and Claude3

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dch requested review of this revision.May 20 2024, 12:22 PM
dch created this revision.

add Anthropic SDK and add as dependency to llm-claude-3

dch edited the test plan for this revision. (Show Details)
yuri added a subscriber: yuri.

They LGTM.

Thanks,
Yuri

This revision is now accepted and ready to land.May 20 2024, 4:30 PM

databases/py-sqlite-utils: LGTM

Thanks for updating this port!