yaicli 0.5.0__tar.gz → 0.5.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yaicli
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: A simple CLI tool to interact with LLM
5
5
  Project-URL: Homepage, https://github.com/belingud/yaicli
6
6
  Project-URL: Repository, https://github.com/belingud/yaicli
@@ -243,6 +243,8 @@ generate and execute shell commands, or get quick answers without leaving your w
243
243
  > [!NOTE]
244
244
  > YAICLI is actively developed. While core functionality is stable, some features may evolve in future releases.
245
245
 
246
+ > We support Function Call since v0.5.0!
247
+
246
248
  ## ✨ Key Features
247
249
 
248
250
  ### 🔄 Multiple Interaction Modes
@@ -16,6 +16,8 @@ generate and execute shell commands, or get quick answers without leaving your w
16
16
  > [!NOTE]
17
17
  > YAICLI is actively developed. While core functionality is stable, some features may evolve in future releases.
18
18
 
19
+ > We support Function Call since v0.5.0!
20
+
19
21
  ## ✨ Key Features
20
22
 
21
23
  ### 🔄 Multiple Interaction Modes
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "yaicli"
3
- version = "0.5.0"
3
+ version = "0.5.1"
4
4
  description = "A simple CLI tool to interact with LLM"
5
5
  authors = [{ name = "belingud", email = "im.victor@qq.com" }]
6
6
  readme = "README.md"
@@ -67,7 +67,6 @@ def main(
67
67
  max_tokens: int = typer.Option( # noqa: F841
68
68
  cfg["MAX_TOKENS"],
69
69
  "--max-tokens",
70
- "-M",
71
70
  help="Specify the max tokens to use.",
72
71
  rich_help_panel="LLM Options",
73
72
  min=1,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes