Skip to content

Commit

Permalink
chore: drop examples folder now that LocalAI-examples has been created
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Lee <dave@gray101.com>
  • Loading branch information
dave-gray101 committed Oct 30, 2024
1 parent a4e749c commit 363ca4a
Show file tree
Hide file tree
Showing 159 changed files with 28 additions and 8,960 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions .bruno/LocalAI Test Requests/model gallery/model delete.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
meta {
name: model delete
type: http
seq: 7
}

post {
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/models/galleries
body: none
auth: none
}
Binary file not shown.
16 changes: 16 additions & 0 deletions .bruno/LocalAI Test Requests/transcription/transcribe.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
meta {
name: transcribe
type: http
seq: 1
}

post {
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/v1/audio/transcriptions
body: multipartForm
auth: none
}

body:multipart-form {
file: @file(transcription/gb1.ogg)
model: whisper-1
}
File renamed without changes.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ local-ai run oci://localai/phi-2:latest

## 📰 Latest project news

- Oct 2024: examples moved to [LocalAI-examples](https://github.com/mudler/LocalAI-examples)
- Aug 2024: 🆕 FLUX-1, [P2P Explorer](https://explorer.localai.io)
- July 2024: 🔥🔥 🆕 P2P Dashboard, LocalAI Federated mode and AI Swarms: https://github.com/mudler/LocalAI/pull/2723
- June 2024: 🆕 You can browse now the model gallery without LocalAI! Check out https://models.localai.io
Expand Down
190 changes: 0 additions & 190 deletions examples/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions examples/autoGPT/.env.example

This file was deleted.

36 changes: 0 additions & 36 deletions examples/autoGPT/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions examples/autoGPT/docker-compose.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions examples/chainlit/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions examples/chainlit/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions examples/chainlit/config.yaml

This file was deleted.

Loading

0 comments on commit 363ca4a

Please sign in to comment.