From f50a4c145432917f2adb08e901c23baf5c7507f9 Mon Sep 17 00:00:00 2001 From: Fabian Hachenberg Date: Sun, 7 May 2023 10:58:15 +0200 Subject: [PATCH] Added runpod.io template for LocalAI to examples (#203) --- examples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/README.md b/examples/README.md index 9f3adab4..1c0b4c96 100644 --- a/examples/README.md +++ b/examples/README.md @@ -73,6 +73,14 @@ Shows how to integrate with [Llama-Index](https://gpt-index.readthedocs.io/en/st [Check it out here](https://github.com/go-skynet/LocalAI/tree/master/examples/query_data/) +### Template for Runpod.io + +_by [@fHachenberg](https://github.com/fHachenberg)_ + +Allows to run any LocalAI-compatible model as a backend on the servers of https://runpod.io + +[Check it out here](https://runpod.io/gsc?template=uv9mtqnrd0&ref=984wlcra) + ## Want to contribute? Create an issue, and put `Example: ` in the title! We will post your examples here.