Skip to content

Commit

Permalink
update model list
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Sep 25, 2024
1 parent 784c435 commit 406f571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm_cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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

0 comments on commit 406f571

Please sign in to comment.