Skip to content

Chatbot impl #295

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

Draft
wants to merge 55 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
0003897
Implement chatbot UI
piyushroshan Apr 19, 2024
8d71707
added llm chatbot service (#242)
dhruv-singhal-github Apr 20, 2024
7a12fc6
Llm chatbot (#243)
dhruv-singhal-github Apr 22, 2024
4d44d02
Integration
piyushroshan Apr 23, 2024
12c365e
Lint
piyushroshan Apr 23, 2024
ec8014f
Minor fixes
piyushroshan Apr 23, 2024
41f166d
Fix ssl issue
piyushroshan Apr 23, 2024
4f17fdb
Fix docker
piyushroshan Apr 23, 2024
055638f
Fix entrypoint
piyushroshan Apr 23, 2024
1e7be93
increase timeout
piyushroshan Apr 23, 2024
a927692
Implement helm
piyushroshan Apr 23, 2024
92efb5d
Merge branch 'chatbot' of github.com:OWASP/crAPI into chatbot
piyushroshan Apr 23, 2024
1374e2c
Fix entrypoint
piyushroshan Apr 23, 2024
48f1bf3
Store user state for chatbot
piyushroshan Apr 24, 2024
0b25ece
resolved segmentation fault error in chatbot (#245)
dhruv-singhal-github Apr 25, 2024
446512f
Add release workflow
piyushroshan Apr 28, 2024
23961d4
Instructions
piyushroshan Apr 28, 2024
da92874
Fix tag publish
piyushroshan Apr 28, 2024
c1faf3e
Strip tag prefix
piyushroshan Apr 28, 2024
f54777b
String tag prefix for docker tags
piyushroshan Apr 29, 2024
5322d14
Fix entrypoint.sh
piyushroshan Apr 29, 2024
e97a52f
Session based chat
piyushroshan Apr 30, 2024
daaa28b
Fix UI
piyushroshan Apr 30, 2024
6b46a58
Lint
piyushroshan Apr 30, 2024
da66cd7
Fix configmap
piyushroshan Apr 30, 2024
2e4fa9a
Update requirements
piyushroshan Apr 30, 2024
61477a6
Fix dockerfile
piyushroshan Apr 30, 2024
5642759
Fix UX
piyushroshan Apr 30, 2024
186451d
Seperate prompts
piyushroshan May 2, 2024
c66bc29
Change to ChatOpenAI
piyushroshan May 2, 2024
9afee6a
Change to ChatOpenAI
piyushroshan May 2, 2024
199f0d3
Return messages
piyushroshan May 2, 2024
315b10a
Save chat history
piyushroshan May 2, 2024
9d63c38
Cleanup
piyushroshan May 2, 2024
b70a131
Cleanup
piyushroshan May 2, 2024
895c01a
Preserve X-Forwarded-For
piyushroshan May 2, 2024
d1cbf26
Add mongo dependency for chatbot
piyushroshan May 2, 2024
eac14c9
Use old turbo model
piyushroshan May 2, 2024
b13ce4d
FSession logs not clearer debug
piyushroshan May 2, 2024
08344a8
Add ssn
piyushroshan May 3, 2024
03b8832
Merge remote-tracking branch 'origin/develop' into chatbot
piyushroshan May 12, 2024
4b78d7b
Merge branch 'develop' into chatbot
piyushroshan May 17, 2024
57c81db
Merge branch 'develop' into chatbot
piyushroshan May 19, 2024
263e45e
Update values
piyushroshan May 28, 2024
e38cb66
Fix gateway service health
piyushroshan May 28, 2024
0bf05d9
Merge branch 'develop' into chatbot
piyushroshan May 4, 2025
ae57db0
Chatbot typescript
piyushroshan May 4, 2025
4a9201a
Upgrade packages
piyushroshan May 4, 2025
98f7451
Dummy commit
piyushroshan May 4, 2025
6393fe7
Lint
piyushroshan May 4, 2025
f3745f6
lint
piyushroshan May 4, 2025
717bc76
Reduce max mem
piyushroshan May 4, 2025
2dbe0bf
Update chatbot
piyushroshan May 5, 2025
3a9b002
Update chatbot
piyushroshan May 5, 2025
01bcc56
Potential fix for code scanning alert no. 21: Flask app is run in deb…
piyushroshan Jul 2, 2025
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
Prev Previous commit
Next Next commit
Add ssn
  • Loading branch information
piyushroshan committed May 3, 2024
commit 08344a8c7e5bf60d80778e5e667c91db8fdba865
14 changes: 7 additions & 7 deletions services/chatbot/retrieval/instructions/users.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Inbuilt User details to play around.

\```markdown
| Name | Email | Phone Number | Password | Role |
|-------|----------------------|--------------|------------|-----------------|
| Adam | [email protected] | 9876895423 | adam007!123| ROLE_PREDEFINE |
| Pogba | [email protected] | 9876570006 | pogba006!123| ROLE_PREDEFINE |
| Robot | [email protected] | 9876570001 | robot001!123| ROLE_PREDEFINE |
| Test | [email protected] | 9876540001 | Test!123 | ROLE_USER |
| Admin | [email protected] | 9010203040 | Admin!123 | ROLE_ADMIN |
| Name | Email | Phone Number | Password | Role | SSN |
|-------|----------------------|--------------|-------------|-----------------|-------------|
| Adam | [email protected] | 9876895423 | adam007!123 | ROLE_PREDEFINE | 524-55-3232 |
| Pogba | [email protected] | 9876570006 | pogba006!123| ROLE_PREDEFINE | 680-82-6135 |
| Robot | [email protected] | 9876570001 | robot001!123| ROLE_PREDEFINE | 159-10-9315 |
| Test | [email protected] | 9876540001 | Test!123 | ROLE_USER | 027-01-7150 |
| Admin | [email protected] | 9010203040 | Admin!123 | ROLE_ADMIN | 765-40-5663 |
\```