Adrien Banse

Results 8 issues of Adrien Banse

For now, we only use the world mix to compute GWP, ADPE and PE: ```Python IF_ELECTRICITY_MIX_GWP = 5.90478e-1 # kgCO2eq / kWh (World) IF_ELECTRICITY_MIX_ADPE = 7.37708e-8 # kgSbeq / kWh...

## Description Add [Google generative AI models](https://ai.google.dev/), e.g. Gemini. ## Solution Google has it's own Python package for its generative AI models. Python package: [google-generativeai ](https://pypi.org/project/google-generativeai/) Documentation: - [Python quickstart](https://ai.google.dev/tutorials/python_quickstart)...

When executing `opam init` or `opam install ocaml-lsp-server odoc ocamlformat utop`, I get the following error: ``` [ERROR] The compilation of ocaml-base-compiler.5.1.1 failed at "make -j1". #=== ERROR while compiling...

This PR implements - [x] `ecologits/mix_repository.py` A mix repository from the ADEME database csv `ecologits/data/mixes.csv` - [x] The possibility for the user to choose a mix when calling `llm_impacts` -...

The combination of `transport=rest` and async is broken in`google-generativeai`, see https://github.com/google-gemini/generative-ai-python/issues/203 This prevents us from testing async with cassettes for now, I removed the async tests for now, let's wait...

## Bug description If I'm not wrong,`BLAS.lbt_forward` (as well as the whole `lbt.jl` file in `@stdlib/LinearAlgebra`) is not defined in Julia 1.6. You should maybe increase the compat version of...

bug

### Description In the documentation, we should add a reference for our choice of server and GPU lifetimes (set to 5 years)

documentation

This PR includes the computation of the WCF "Water Consumption Footprint" of the **usage phase** of the request. The methodology is based on https://arxiv.org/abs/2304.03271. It remains to - [ ]...