Skip to content

Commit

Permalink
update models
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Oct 30, 2024
1 parent 69714cf commit 8abbbbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
1 change: 0 additions & 1 deletion llm_cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def register_models(register):
register(WorkersAI("@cf/qwen/qwen1.5-14b-chat-awq"))
register(WorkersAI("@cf/openchat/openchat-3.5-0106"))


class WorkersAIOptions(llm.Options):
stream: Optional[bool] = Field(
default=True, description="Stream responses from the Workers AI API."
Expand Down
15 changes: 5 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[project]
name = "llm-cloudflare"
version = "0.5.1"
version = "0.5.2"
description = "An LLM CLI plugin for Cloudflare Workers AI models."
readme = "README.md"
authors = [{name = "elithrar"}]
license = {text = "Apache-2.0"}
classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"llm",
"OpenAI",
]
authors = [{ name = "elithrar" }]
license = { text = "Apache-2.0" }
classifiers = ["License :: OSI Approved :: Apache Software License"]
dependencies = ["llm", "OpenAI"]

[project.urls]
Homepage = "https://github.com/elithrar/llm-cloudflare"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8abbbbf

Please sign in to comment.