Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
codelion committed Sep 17, 2024
1 parent 3e5aa80 commit 1801096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ python -m llama_cpp.server --hf_model_repo_id bullerwins/Meta-Llama-3.1-8B-Instr
Then run your patchflow:

```
patchwork AutoFix client_base_url=https://localhost/v1 openai_api_key=no_key_local_model
patchwork AutoFix client_base_url=http://localhost:8080/v1 openai_api_key=no_key_local_model
```

## Patchflows
Expand Down Expand Up @@ -167,7 +167,7 @@ Contributions for new patchflows and steps, or to the core framework are welcome

We also provide a chat assistant to help you create new steps and patchflows easily.

- [Patchwork Assistant on HuggingChat](https://hf.co/chat/assistant/66322701fd4787e0c1f7696b) (based on Llama-3)
- [Patchwork Assistant on HuggingChat](https://hf.co/chat/assistant/66322701fd4787e0c1f7696b) (based on Llama-3.1)

## Roadmap

Expand Down

0 comments on commit 1801096

Please sign in to comment.