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

chore(deps): update astral-sh/setup-uv action to v4 #8

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
- name: Install Dependencies
run: uv sync --all-extras
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion docs/config/litellm.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEEPSEEK_API_KEY="sk-***"
DEEPSEEK_API_KEY=sk-***
10 changes: 5 additions & 5 deletions docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Usage**:

```console
$ llm-cli [OPTIONS] COMMAND [ARGS]...
llm-cli [OPTIONS] COMMAND [ARGS]...
```

**Options**:
Expand All @@ -20,7 +20,7 @@ $ llm-cli [OPTIONS] COMMAND [ARGS]...
**Usage**:

```console
$ llm-cli commit [OPTIONS]
llm-cli commit [OPTIONS]
```

**Options**:
Expand All @@ -32,7 +32,7 @@ $ llm-cli commit [OPTIONS]
**Usage**:

```console
$ llm-cli repo [OPTIONS] COMMAND [ARGS]...
llm-cli repo [OPTIONS] COMMAND [ARGS]...
```

**Options**:
Expand All @@ -49,7 +49,7 @@ $ llm-cli repo [OPTIONS] COMMAND [ARGS]...
**Usage**:

```console
$ llm-cli repo description [OPTIONS]
llm-cli repo description [OPTIONS]
```

**Options**:
Expand All @@ -61,7 +61,7 @@ $ llm-cli repo description [OPTIONS]
**Usage**:

```console
$ llm-cli repo topics [OPTIONS]
llm-cli repo topics [OPTIONS]
```

**Options**:
Expand Down