Page MenuHomeFreeBSD

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

Authored by dch on Mon, May 20, 12:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 26, 7:55 PM
Unknown Object (File)
Sun, May 26, 2:14 PM
Unknown Object (File)
Sun, May 26, 2:14 PM
Unknown Object (File)
Sun, May 26, 2:12 PM
Unknown Object (File)
Sun, May 26, 2:12 PM
Unknown Object (File)
Fri, May 24, 5:52 PM
Unknown Object (File)
Thu, May 23, 8:33 PM
Unknown Object (File)
Wed, May 22, 9:37 PM
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.Mon, May 20, 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.Mon, May 20, 4:30 PM

databases/py-sqlite-utils: LGTM

Thanks for updating this port!