Skip to content

Commit

Permalink
docs: fix README (#345)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Mehta <hdm23061993@gmail.com>
Co-authored-by: Matthis <99146727+matthisholleville@users.noreply.github.com>
  • Loading branch information
harshit-mehtaa and matthisholleville committed Apr 26, 2023
1 parent 14a3537 commit f8fa35c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ _Analysis with serve mode_
curl -X GET "http://localhost:8080/analyze?namespace=k8sgpt&explain=false"
```

</details>

## Running local models

To run local models, it is possible to use OpenAI compatible APIs, for instance [LocalAI](https://github.com/go-skynet/LocalAI) which uses [llama.cpp](https://github.com/ggerganov/llama.cpp) and [ggml](https://github.com/ggerganov/ggml) to run inference on consumer-grade hardware. Models supported by LocalAI for instance are Vicuna, Alpaca, LLaMA, Cerebras, GPT4ALL, GPT4ALL-J and koala.
Expand Down

0 comments on commit f8fa35c

Please sign in to comment.