Note: The standard tests for chat models are implemented in the example in the main body of this guide too.
" ] }, { @@ -251,7 +213,11 @@ "\n", " @property\n", " def chat_model_params(self) -> dict:\n", - " return {\"model\": \"bird-brain-001\", \"temperature\": 0}" + " return {\n", + " \"model\": \"bird-brain-001\",\n", + " \"temperature\": 0,\n", + " \"parrot_buffer_length\": 50,\n", + " }" ] }, { @@ -274,7 +240,11 @@ "\n", " @property\n", " def chat_model_params(self) -> dict:\n", - " return {\"model\": \"bird-brain-001\", \"temperature\": 0}" + " return {\n", + " \"model\": \"bird-brain-001\",\n", + " \"temperature\": 0,\n", + " \"parrot_buffer_length\": 50,\n", + " }" ] }, { @@ -338,8 +308,7 @@ "source": [ "Note: The standard tests for tools/toolkits are implemented in the example in the main body of this guide too.
" + "