Bernhard Merkle

Results 28 issues of Bernhard Merkle

**Describe the bug** most python samples use ``` # import dotenv dotenv.load_dotenv() ``` However in sample08 the environment variables are only used, (so .env files are ignored) e.g. transcript_enrich_summaries.py ```...

needs-review

**Describe the bug** Currently there are **two different naming conventions** for env variables for API key: one **with** API and **one without** API in the name example: OPENAI_API_KEY: This is...

needs-review

**Describe the bug** Possible improvements for the handling of api_version in *.py files 1. the variable is often **hard coded** in *.py files (instead of using the .env file for...

needs-review

This is a fix for bug #544

needs-review

**Describe the bug** There are some breaking changes in openai library between version 0.28.x and version 1.x. In sample 09-building-image-applications the requirements.txt does not specify any version. Using pip pulls...

needs-review

**Describe the bug** - enumeration of the lama model variants in README and notebook should have line breaks - notebook should install the necessary pip packages. both issues are fixed...

needs-review

- fixed text layout for lama model variants - added necessary pip install commands

needs-review

formatting

needs-review

fixed link to python langchain

needs-review