Spaces:
Running
Running
Merge pull request #57 from barun-saha/visual
Browse files
global_config.py
CHANGED
@@ -95,7 +95,6 @@ class GlobalConfig:
|
|
95 |
' and [Mistral 7B v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).\n\n'
|
96 |
'---\n\n'
|
97 |
'© Copyright 2023-2024 Barun Saha.\n\n'
|
98 |
-
'Usage governed by the terms of the MIT license.'
|
99 |
)
|
100 |
|
101 |
|
|
|
95 |
' and [Mistral 7B v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).\n\n'
|
96 |
'---\n\n'
|
97 |
'© Copyright 2023-2024 Barun Saha.\n\n'
|
|
|
98 |
)
|
99 |
|
100 |
|
langchain_templates/chat_prompts/initial_template_v4_two_cols_img.txt
CHANGED
@@ -16,7 +16,8 @@ In addition, create one slide containing 4 TO 6 icons (pictograms) illustrating
|
|
16 |
In this slide, each line of text will begin with the name of a relevant icon enclosed between [[ and ]], e.g., [[machine-learning]] and [[fairness]].
|
17 |
Insert icons only in this slide.
|
18 |
|
19 |
-
|
|
|
20 |
|
21 |
ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
|
22 |
Unless explicitly instructed with the topic, create 10 TO 12 SLIDES in total. You must never create more tha 15 slides.
|
|
|
16 |
In this slide, each line of text will begin with the name of a relevant icon enclosed between [[ and ]], e.g., [[machine-learning]] and [[fairness]].
|
17 |
Insert icons only in this slide.
|
18 |
|
19 |
+
Your output, i.e., the content of each slide should be VERBOSE, DESCRIPTIVE, and very DETAILED.
|
20 |
+
Each bullet point should be detailed and explanatory, not just short phrases.
|
21 |
|
22 |
ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
|
23 |
Unless explicitly instructed with the topic, create 10 TO 12 SLIDES in total. You must never create more tha 15 slides.
|
langchain_templates/chat_prompts/refinement_template_v4_two_cols_img.txt
CHANGED
@@ -17,7 +17,8 @@ In addition, create one slide containing 4 TO 6 icons (pictograms) illustrating
|
|
17 |
In this slide, each line of text will begin with the name of a relevant icon enclosed between [[ and ]], e.g., [[machine-learning]] and [[fairness]].
|
18 |
Insert icons only in this slide.
|
19 |
|
20 |
-
|
|
|
21 |
|
22 |
ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
|
23 |
Unless explicitly specified in the instructions below, create 10 TO 12 SLIDES in total. You must never create more tha 15 slides.
|
|
|
17 |
In this slide, each line of text will begin with the name of a relevant icon enclosed between [[ and ]], e.g., [[machine-learning]] and [[fairness]].
|
18 |
Insert icons only in this slide.
|
19 |
|
20 |
+
Your output, i.e., the content of each slide should be VERBOSE, DESCRIPTIVE, and very DETAILED.
|
21 |
+
Each bullet point should be detailed and explanatory, not just short phrases.
|
22 |
|
23 |
ALWAYS add a concluding slide at the end, containing a list of the key takeaways and an optional call-to-action if relevant to the context.
|
24 |
Unless explicitly specified in the instructions below, create 10 TO 12 SLIDES in total. You must never create more tha 15 slides.
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
aiohttp
|
2 |
python-dotenv[cli]~=1.0.0
|
3 |
gitpython==3.1.43
|
4 |
json-repair==0.29.2
|
@@ -7,7 +7,7 @@ jinja2==3.1.4
|
|
7 |
Pillow==10.3.0
|
8 |
pyarrow~=16.0.0
|
9 |
pydantic==2.9.1
|
10 |
-
langchain~=0.3.
|
11 |
langchain-core~=0.3.0
|
12 |
langchain-community==0.3.0
|
13 |
streamlit~=1.38.0
|
|
|
1 |
+
aiohttp>=3.10.11
|
2 |
python-dotenv[cli]~=1.0.0
|
3 |
gitpython==3.1.43
|
4 |
json-repair==0.29.2
|
|
|
7 |
Pillow==10.3.0
|
8 |
pyarrow~=16.0.0
|
9 |
pydantic==2.9.1
|
10 |
+
langchain~=0.3.7
|
11 |
langchain-core~=0.3.0
|
12 |
langchain-community==0.3.0
|
13 |
streamlit~=1.38.0
|