Bernhard Merkle
Bernhard Merkle
…h-applications #536
**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 ```...
**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...
**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...
**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...
**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...
- fixed text layout for lama model variants - added necessary pip install commands