simonw / llm-claude-3

LLM plugin for interacting with the Claude 3 family of models
Apache License 2.0
223 stars 21 forks source link

Initial working plugin #1

Closed simonw closed 7 months ago

simonw commented 7 months ago

Looks like this needs to use the new messages API - the text completion API is not supported for these.

simonw commented 7 months ago

For the moment the test has to be re-recorded by changing the model.key= line in that test to include a live key, then running:

pytest --record-mode=rewrite

Then editing the YAML file to remove the key again. I should make that more efficient and document it in the README.

simonw commented 7 months ago

Released: https://pypi.org/project/llm-claude-3/