-
### ♻️ Reproduction Steps
1. add OpenAI API key and Tavily API key to `.env` file
2. run `poetry install`
3. run `poetry run demo`
### ✅ Expected Behavior
I expect that I wouldn't get t…
natea updated
1 month ago
-
I have python3 installed and have configured an `alias python="python3"` in my `.bash_aliases` file, so both `python` and `python3` cmdlets are available.
DESKTOP-0U5S399:~$ python --version
Pytho…
-
# Bug report
## What's wrong
`typing.re` is deprecated and will be removed in python 3.13
```bash
dotenv_linter/visitors/fst/names.py:3
/dotenv-linter/dotenv_linter/visitors/fst/names…
-
[python-dotenv](https://github.com/theskumar/python-dotenv) has a feature called `find_dotenv()`, which -
> will try to find a .env file by (a) guessing where to start using __file__ or the working…
-
I use Anthropic's Claude models via Amazon Bedrock. I wanted to try the new model `Claude 3.5 Sonnet v2` with PDF attachment support but it's not working. I am using Python and tried using both librar…
-
pip install groq
pip install python-dotenv
-
Библиотека `python-dotenv` предлагает простой способ считать переменные окружения из файла — просто вызвал функцию `load_dotenv()` и забыл о проблеме. Однако на практике за эту простоту приходится дор…
pelid updated
4 years ago
-
### Proposed Changes
Add [python_dotenv](https://pypi.org/project/python-dotenv/) as a dev dependency.
### Justification
Will allow developers using the poetry non-docker workflow to leve…
-
```
note-taker on main via 🐍 v3.10.1 (.venv)
❯ pip install -r requirements.txt
Collecting huggingface_hub (from -r requirements.txt (line 1))
Downloading huggingface_hub-0.26.2-py3-none-any.wh…
-
My `.env` file is at the root of my project, but when running tests, the current working directory is within test modules.
This would match the behavior of https://github.com/dotenv-rs/dotenv/tree/…