Skip to content

Commit

Permalink
format: fixed formatting after pre-commit setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 15, 2024
1 parent 856a61e commit 4ee9761
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO: set up flags, but would require splitting the `make test` command for each flag, or set the flag for each provider/model
# https://docs.codecov.com/docs/flags

# https://docs.codecov.com/docs/components
component_management:
individual_components:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ You can find more [Demos][docs-demos] and [Examples][docs-examples] in the [docu
- 💻 Code execution
- Executes code in your local environment with the [shell][docs-tools-shell] and [python][docs-tools-python] tools.
- 🧩 Read, write, and change files
- Makes incremental changes with the [patch][docs-tools-patch] tool.
- Makes incremental changes with the [patch][docs-tools-patch] tool.
- 🌐 Search and browse the web.
- Can use a browser via Playwright with the [browser][docs-tools-browser] tool.
- 👀 Vision
Expand Down
6 changes: 3 additions & 3 deletions docs/bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `gptme-bot` composite action is a GitHub Action that automates the process o

## Usage

To use the `gptme-bot` composite action in your repo, you need to create a GitHub Actions workflow file that triggers the action in response to comments on issues or pull requests.
To use the `gptme-bot` composite action in your repo, you need to create a GitHub Actions workflow file that triggers the action in response to comments on issues or pull requests.

Here is an example workflow file that triggers the action in response to comments on issues:

Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:
allowlist: "erikbjare"
```
The `gptme-bot` action will then run the `gptme` command-line tool with the command specified in the comment, and perform actions based on the output of the tool.
The `gptme-bot` action will then run the `gptme` command-line tool with the command specified in the comment, and perform actions based on the output of the tool.

If a question was asked, it will simply reply.

If a request was made it will check out the appropriate branch, install dependencies, run `gptme`, then commit and push any changes made. If the issue is a pull request, the bot will push changes directly to the pull request branch. If the issue is not a pull request, the bot will create a new pull request with the changes.
If a request was made it will check out the appropriate branch, install dependencies, run `gptme`, then commit and push any changes made. If the issue is a pull request, the bot will push changes directly to the pull request branch. If the issue is not a pull request, the bot will create a new pull request with the changes.
1 change: 0 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ Generate docstrings for all functions in a file:
gptme --non-interactive "Patch these files to include concise docstrings for all functions, skip functions that already have docstrings. Include: brief description, parameters." $@
These examples demonstrate how gptme can be used to create simple yet powerful automation tools. Each script can be easily customized and expanded to fit specific project needs.

2 changes: 1 addition & 1 deletion docs/finetuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TODO...
## Model suggestions

- HuggingFaceH4/zephyr-7b-beta
- teknium/Replit-v2-CodeInstruct-3B
- teknium/Replit-v2-CodeInstruct-3B
- I had issues with this one on M2, but would be good to have some 3B model as an example used in testing/debug.

[oa-datasets]: https://projects.laion.ai/Open-Assistant/docs/data/datasets
Expand Down
2 changes: 1 addition & 1 deletion docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export OPENROUTER_API_KEY="your-api-key"

## Local/Ollama

There are several ways to run local LLM models in a way that exposes a OpenAI API-compatible server.
There are several ways to run local LLM models in a way that exposes a OpenAI API-compatible server.

Here's we will cover how to achieve that with `ollama`.

Expand Down

0 comments on commit 4ee9761

Please sign in to comment.