Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: drop examples folder now that LocalAI-examples has been created #4017

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
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
Loading