lightxHF
commited on
Commit
•
fed7a21
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +141 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: A person with red glowing eyes flying out of an airplane
|
9 |
+
parameters:
|
10 |
+
negative_prompt: 'day, rainy, cloudy '
|
11 |
+
output:
|
12 |
+
url: images/spotify.jpg
|
13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
14 |
+
instance_prompt: >-
|
15 |
+
help, question, ask, tell, explain, how to, assist, find, what is, where is,
|
16 |
+
who is, why, guide, teach, show, calculate, define, demonstrate, describe,
|
17 |
+
provide, detail, summarize, support, analyze, recommend, suggest, identify,
|
18 |
+
troubleshoot, clarify, solve
|
19 |
+
license: agpl-3.0
|
20 |
+
---
|
21 |
+
# GPT 3.5 Turbo
|
22 |
+
|
23 |
+
<Gallery />
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
# AI Chatbot using LangChain, LLM, and GPT-3.5 Turbo
|
28 |
+
|
29 |
+
Welcome to the repository for our cutting-edge AI Chatbot, built using LangChain, LLM (Large Language Models), and powered by GPT-3.5 Turbo. This project aims to provide an engaging, conversational AI experience that can assist users with a wide range of tasks, from answering questions to offering recommendations and more.
|
30 |
+
|
31 |
+
## Features
|
32 |
+
- **Natural Language Understanding**: Leverages the powerful capabilities of GPT-3.5 Turbo for nuanced and accurate text comprehension.
|
33 |
+
- **Conversational AI**: Designed to interact with users in a natural and human-like manner, understanding context and maintaining coherent dialogue.
|
34 |
+
- **Versatile Applications**: Can be integrated into various applications such as customer support, virtual assistants, and interactive education tools.
|
35 |
+
- **Flexible and Extensible**: Built using LangChain, allowing easy customization and expansion to meet specific needs and use cases.
|
36 |
+
|
37 |
+
## Getting Started
|
38 |
+
|
39 |
+
### Prerequisites
|
40 |
+
- Python 3.7+
|
41 |
+
- Required libraries: `langchain`, `openai`, and other dependencies listed in `requirements.txt`.
|
42 |
+
|
43 |
+
### Installation
|
44 |
+
1. Clone the repository:
|
45 |
+
```bash
|
46 |
+
git clone https://github.com/your-username/ai-chatbot-langchain.git
|
47 |
+
cd ai-chatbot-langchain
|
48 |
+
```
|
49 |
+
|
50 |
+
2. Install the dependencies:
|
51 |
+
```bash
|
52 |
+
pip install -r requirements.txt
|
53 |
+
```
|
54 |
+
|
55 |
+
### Usage
|
56 |
+
1. Obtain your OpenAI API key and set it as an environment variable:
|
57 |
+
```bash
|
58 |
+
export OPENAI_API_KEY='your-api-key'
|
59 |
+
```
|
60 |
+
|
61 |
+
2. Run the chatbot:
|
62 |
+
```bash
|
63 |
+
python chatbot.py
|
64 |
+
```
|
65 |
+
|
66 |
+
## How It Works
|
67 |
+
This AI chatbot is powered by GPT-3.5 Turbo, utilizing the LangChain framework to manage and process conversational flows. The chatbot understands user inputs, processes them using advanced language models, and generates relevant and coherent responses.
|
68 |
+
|
69 |
+
## Contributions
|
70 |
+
Contributions are welcome! If you have any ideas, suggestions, or bug reports, feel free to open an issue or submit a pull request.
|
71 |
+
|
72 |
+
## License
|
73 |
+
This project is licensed under the GNU Affero 3.0 GP License.
|
74 |
+
|
75 |
+
## Trigger words
|
76 |
+
|
77 |
+
You should use `help` to trigger the image generation.
|
78 |
+
|
79 |
+
You should use `question` to trigger the image generation.
|
80 |
+
|
81 |
+
You should use `ask` to trigger the image generation.
|
82 |
+
|
83 |
+
You should use `tell` to trigger the image generation.
|
84 |
+
|
85 |
+
You should use `explain` to trigger the image generation.
|
86 |
+
|
87 |
+
You should use `how to` to trigger the image generation.
|
88 |
+
|
89 |
+
You should use `assist` to trigger the image generation.
|
90 |
+
|
91 |
+
You should use `find` to trigger the image generation.
|
92 |
+
|
93 |
+
You should use `what is` to trigger the image generation.
|
94 |
+
|
95 |
+
You should use `where is` to trigger the image generation.
|
96 |
+
|
97 |
+
You should use `who is` to trigger the image generation.
|
98 |
+
|
99 |
+
You should use `why` to trigger the image generation.
|
100 |
+
|
101 |
+
You should use `guide` to trigger the image generation.
|
102 |
+
|
103 |
+
You should use `teach` to trigger the image generation.
|
104 |
+
|
105 |
+
You should use `show` to trigger the image generation.
|
106 |
+
|
107 |
+
You should use `calculate` to trigger the image generation.
|
108 |
+
|
109 |
+
You should use `define` to trigger the image generation.
|
110 |
+
|
111 |
+
You should use `demonstrate` to trigger the image generation.
|
112 |
+
|
113 |
+
You should use `describe` to trigger the image generation.
|
114 |
+
|
115 |
+
You should use `provide` to trigger the image generation.
|
116 |
+
|
117 |
+
You should use `detail` to trigger the image generation.
|
118 |
+
|
119 |
+
You should use `summarize` to trigger the image generation.
|
120 |
+
|
121 |
+
You should use `support` to trigger the image generation.
|
122 |
+
|
123 |
+
You should use `analyze` to trigger the image generation.
|
124 |
+
|
125 |
+
You should use `recommend` to trigger the image generation.
|
126 |
+
|
127 |
+
You should use `suggest` to trigger the image generation.
|
128 |
+
|
129 |
+
You should use `identify` to trigger the image generation.
|
130 |
+
|
131 |
+
You should use `troubleshoot` to trigger the image generation.
|
132 |
+
|
133 |
+
You should use `clarify` to trigger the image generation.
|
134 |
+
|
135 |
+
You should use `solve` to trigger the image generation.
|
136 |
+
|
137 |
+
|
138 |
+
## Download model
|
139 |
+
|
140 |
+
|
141 |
+
[Download](/lightxHF/myGenAI/tree/main) them in the Files & versions tab.
|