Theo Alves Da Costa commited on
Commit
f655fb1
1 Parent(s): 1ae54fd

Updated requirements and changelog

Browse files
Files changed (2) hide show
  1. app.py +15 -0
  2. requirements.txt +2 -1
app.py CHANGED
@@ -586,6 +586,21 @@ Carbon emissions were measured during the development and inference process usin
586
 
587
  Carbon Emissions are **relatively low but not negligible** compared to other usages: one question asked to ClimateQ&A is around 0.482gCO2e - equivalent to 2.2m by car (https://datagir.ademe.fr/apps/impact-co2/)
588
  Or around 2 to 4 times more than a typical Google search.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
589
  """
590
  )
591
 
 
586
 
587
  Carbon Emissions are **relatively low but not negligible** compared to other usages: one question asked to ClimateQ&A is around 0.482gCO2e - equivalent to 2.2m by car (https://datagir.ademe.fr/apps/impact-co2/)
588
  Or around 2 to 4 times more than a typical Google search.
589
+ """
590
+ )
591
+
592
+ with gr.Tab("🪄 Changelog"):
593
+ gr.Markdown("""
594
+
595
+ ##### v1.1.0 - *2023-10-16*
596
+ - Hugging Face version is finally up to date
597
+ - Switched all python code to langchain codebase for cleaner code, easier maintenance and future features
598
+ - Updated GPT model to August version
599
+
600
+ ##### v1.0.0 - *2023-05-11*
601
+ - First version of clean interface on https://climateqa.com
602
+ - Add children mode on https://climateqa.com
603
+ - Add follow-up questions https://climateqa.com
604
  """
605
  )
606
 
requirements.txt CHANGED
@@ -2,4 +2,5 @@ gradio==3.47.1
2
  openai==0.27.0
3
  azure-storage-file-share==12.11.1
4
  python-dotenv==1.0.0
5
- langchain==0.0.295
 
 
2
  openai==0.27.0
3
  azure-storage-file-share==12.11.1
4
  python-dotenv==1.0.0
5
+ langchain==0.0.295
6
+ pinecone-client==2.2.1