Kyaw Thet
Results
1
comments of
Kyaw Thet
@dragutin-oreski Temporarily, I am using the following script as a workaround to fix conversational turn handling in Llama 3.5. ``` from crewai import LLM as BaseLLM class PatchedBedrockLLM(BaseLLM): def call(self,...