Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup before shipping 0.5 #88

Closed
6 tasks done
simonw opened this issue Jul 10, 2023 · 6 comments
Closed
6 tasks done

Cleanup before shipping 0.5 #88

simonw opened this issue Jul 10, 2023 · 6 comments
Milestone

Comments

@simonw
Copy link
Owner

simonw commented Jul 10, 2023

@simonw simonw added this to the 0.5 milestone Jul 10, 2023
@simonw
Copy link
Owner Author

simonw commented Jul 10, 2023

I should point this to a better blog entry:

llm/README.md

Line 13 in 898418a

See [llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs](https://simonwillison.net/2023/May/18/cli-tools-for-llms/) for more on this project.

@simonw
Copy link
Owner Author

simonw commented Jul 12, 2023

The sequence of doing this is a bit tricky, since I want to link things to other things and need those links in the release before it gets frozen as a version tag.

  • Link release notes and documentation to unpublished blog entry
  • Update the different plugin repos to depend on the 0.5 release (prepare commits but don't push yet or CI will fail)
  • Add CI temp token to all plugin repos for that first publish
  • Ship the 0.5 release
  • Publish the blog entry
  • Ship all the plugins
  • Reset CI PyPI token on each plugin repo to one for that plugin

@simonw
Copy link
Owner Author

simonw commented Jul 12, 2023

Blog entry URL will be:

https://simonwillison.net/2023/Jul/12/llm/

Title will be:

The LLM CLI tool now supports self-hosted language models via plugins

As a Markdown link:

[The LLM CLI tool now supports self-hosted language models via plugins](https://simonwillison.net/2023/Jul/12/llm/)

@simonw
Copy link
Owner Author

simonw commented Jul 12, 2023

New tagline for the project:

A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.

@simonw
Copy link
Owner Author

simonw commented Jul 12, 2023

For later:

cd llm-palm && git push && cd ../llm-gpt4all && git push && cd ../llm-mpt30b && git push && cd ../llm-markov && git push

@simonw
Copy link
Owner Author

simonw commented Jul 12, 2023

Blog entry: https://simonwillison.net/2023/Jul/12/llm/

simonw added a commit to simonw/llm-palm that referenced this issue Jul 12, 2023
simonw added a commit to simonw/llm-gpt4all that referenced this issue Jul 12, 2023
simonw added a commit to simonw/llm-mpt30b that referenced this issue Jul 12, 2023
simonw added a commit to simonw/llm-markov that referenced this issue Jul 12, 2023
simonw added a commit to simonw/llm-plugins that referenced this issue Jul 12, 2023
LLM 0.5 is out now

simonw/llm#88
@simonw simonw closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant