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

Feat/generate voice response #59

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1656702
CRUD Assistant fix
AnniePacheco Aug 15, 2024
64bb8d3
Rag Indexing
AnniePacheco Aug 15, 2024
a5f5a6b
CRUD LLM
AnniePacheco Aug 15, 2024
e614950
Retrieve and generate
rquesada Aug 19, 2024
4f3bad1
Get and set an llm
AnniePacheco Aug 26, 2024
2a9238c
WIP : Delete documents
rquesada Aug 27, 2024
e8bbf39
Delete documents Chroma and db
rquesada Aug 30, 2024
2d8ab23
Create test message
rquesada Aug 30, 2024
eac0472
Add config file
AnniePacheco Aug 30, 2024
88da54b
set configurable env variables
AnniePacheco Sep 3, 2024
be049fa
include assistant description in system prompt
AnniePacheco Sep 4, 2024
fb3521a
- Delete tmp files
rquesada Sep 10, 2024
6f1f3da
fix warning: Define a constant instead of duplicating literal
rquesada Sep 10, 2024
38d3e6d
Fix issues with SonarCloud
rquesada Sep 10, 2024
a11cd7f
include persona descrip, fix index pdf pages, make str chat_response
AnniePacheco Sep 11, 2024
f6504f2
Set a valid voice for a persona (xi_labs voices)
AnniePacheco Sep 13, 2024
de9f870
set temperature as configurable value
AnniePacheco Sep 18, 2024
3785c8b
cast to int and float
AnniePacheco Sep 18, 2024
4c8e4d9
fix crud rag index
AnniePacheco Sep 18, 2024
d4005b5
Get status of indexing of each file
rquesada Sep 19, 2024
d11caa1
Get Installed ollama models, set them and activate and deactivate
AnniePacheco Sep 20, 2024
1c4bf87
Update status
AnniePacheco Sep 24, 2024
0a008df
generate voice messsage
AnniePacheco Sep 27, 2024
e27dbb9
delete voice msg directory
AnniePacheco Sep 30, 2024
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 apis/paios/message.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# API testing with Visual Studio Code - REST Client Extention

POST http://localhost:3080/api/v1/messages
Authorization: Bearer {{PAIOS_BEARER_TOKEN}}
Content-Type: application/json

{
"assistant_id":"0c302893-e695-413e-abf7-06e4cd2ef923",
"conversation_id":"0c302893-e695-413e-abf7-06e4cd2ef9ac",
"prompt": "Hello, how can I do a factorization?"
}
Loading
Loading