Piotr Mazurek

Results 8 issues of Piotr Mazurek

## 📓 New **Is this a request for a tutorial or for an example?** Tutorial **What is the task?** Lets say I trained a model and now I want to...

enhancement
help wanted

As mentioned in #253 I updated the README. Added Python linting and improved links to files. Now it should be easier to read the RADME.

It would be useful to improve the README a little bit. Add python linting ```py import ebooklib from ebooklib import epub book = epub.read_epub('test.epub') for image in book.get_items_of_type(ebooklib.ITEM_IMAGE): print(image) ```...

It would be great to have a direct target editing in the notebook examples. Something like: ![obraz](https://user-images.githubusercontent.com/27293258/194750263-8be91001-d065-4a44-a0a0-ec632a283cb7.png) Code for this: ```py #https://lexica.art/prompt/2127efd3-e23b-44dc-baac-494993bc9688 image = stablediffusion("A photo of a Corgi dog...

Why Ranger is only available on a github but not as an pip package. Wouldn't it be easier for the community to actually use it?

Issue Description: I'm looking for a way to obtain streaming outputs from the model as a generator, which would enable dynamic chat responses in a front-end application. While this functionality...

I run the following code: ```py from langchain.chat_models import ChatOpenAI from langchain import PromptTemplate, LLMChain from langchain.prompts.chat import ( ChatPromptTemplate, SystemMessagePromptTemplate, AIMessagePromptTemplate, HumanMessagePromptTemplate, ) from langchain.schema import ( AIMessage, HumanMessage,...

# Add aleph_alpha_api_key parameter to Aleph Alpha embeddings __init__ It was not possible to pass the `aleph_alpha_api_key` to the embedding class, the only option to provide token was to give...