Vitor de Araujo
Results
1
comments of
Vitor de Araujo
@PrajwalPrashanth amazing, you saved my day too! One thing, when using stream: ``` llm = ChatGoogleGenerativeAI(...) safety_settings = { HarmCategory.HARM_CATEGORY_DANGEROUS_CONTENT: HarmBlockThreshold.BLOCK_NONE } # store the original method og_stream = ChatGoogleGenerativeAI._stream...