bricksandbot commited on
Commit
a29c8be
·
verified ·
1 Parent(s): 8c04ab8

Deploy Buildsnpper chatbot Gradio interface

Browse files

- Add Gradio chat interface for Buildsnpper platform
- Uses bricksandbotltd/buildsnpper-chatbot-Q4_K_M model
- Includes 8 example questions
- Supports conversation history
- Clean, simple UI for customer support

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  gradio
2
- transformers
3
  torch
4
  accelerate
5
  bitsandbytes
 
1
  gradio
2
+ transformers==4.49.0
3
  torch
4
  accelerate
5
  bitsandbytes