gaialive commited on
Commit
3b7a15d
·
verified ·
1 Parent(s): e26322d

Update src/content.py

Browse files
Files changed (1) hide show
  1. src/content.py +3 -3
src/content.py CHANGED
@@ -110,7 +110,7 @@ To see the full list of **generative AI providers** currently supported by VACTN
110
  * Use inference optimization tricks.
111
  * Prefer fine-tuning of small and existing models over generalist models.
112
 
113
- **What is the difference between **EcoLogits** and [CodeCarbon](https://github.com/mlco2/codecarbon)?**
114
 
115
  EcoLogits is focused on estimating the environmental impacts of generative AI (only LLMs for now) used **through API providers (such as OpenAI, Anthropic, Cloud APIs...)** whereas CodeCarbon is more general tool to measure energy consumption and estimate GHG emissions measurement. If you deploy LLMs locally we encourage you to use CodeCarbon to get real numbers of your energy consumption.
116
 
@@ -159,7 +159,7 @@ We aim to keep this tool available as a free and open-source ressource for the c
159
  ### If you have 1 second
160
  3 easy ways to help this project :
161
  - Give a ❤️ like to this space
162
- - Give a ⭐ to the VACTN AI Ecoprint repo on [GitHub](https://kinhtexanh.net/)
163
  - Follow us on [LinkedIn](https://www.linkedin.com/company/p4cng)
164
 
165
  ### If you have 5 minutes
@@ -294,7 +294,7 @@ We divide the scaled GHG emissions by this value to get the equivalent number of
294
  """
295
 
296
  CITATION_LABEL = "BibTeX citation for VACTN AI Calculator and the VACTN AI Ecoprint library:"
297
- CITATION_TEXT = """@misc{ecologits_calculator,
298
  author={...},
299
  title={VACTN AI Ecoprint Calculator},
300
  year={2025},
 
110
  * Use inference optimization tricks.
111
  * Prefer fine-tuning of small and existing models over generalist models.
112
 
113
+ **What is the difference between **VACTN AI Ecoprint** and [CodeCarbon](https://github.com/mlco2/codecarbon)?**
114
 
115
  EcoLogits is focused on estimating the environmental impacts of generative AI (only LLMs for now) used **through API providers (such as OpenAI, Anthropic, Cloud APIs...)** whereas CodeCarbon is more general tool to measure energy consumption and estimate GHG emissions measurement. If you deploy LLMs locally we encourage you to use CodeCarbon to get real numbers of your energy consumption.
116
 
 
159
  ### If you have 1 second
160
  3 easy ways to help this project :
161
  - Give a ❤️ like to this space
162
+ - Give a ⭐ and share the VACTN AI Ecoprint page(https://kinhtexanh.net/)
163
  - Follow us on [LinkedIn](https://www.linkedin.com/company/p4cng)
164
 
165
  ### If you have 5 minutes
 
294
  """
295
 
296
  CITATION_LABEL = "BibTeX citation for VACTN AI Calculator and the VACTN AI Ecoprint library:"
297
+ CITATION_TEXT = """@misc{vactn_ai_calculator,
298
  author={...},
299
  title={VACTN AI Ecoprint Calculator},
300
  year={2025},