Hi I had a quick question about the Tree Summarize function does it only sum the top_k results initialized or more. Also what is the base LLM that is used because the Tree summarize works but I have not provided an API key
I finally got PaLM to work but now there are multiple errors when i Try tree summarize and it outputs nothing when I just do No_Text am I missing response_mode=ResponseMode.NO_TEXT )
when i tried to switch it to global now the error is openai.error.AuthenticationError: No API key provided. You can set your API key in code using 'openai.api_key = <API-KEY>', or you can set the environment variable OPENAI_API_KEY=<API-KEY>). If your API key is stored in a file, you can point the openai module at it with 'openai.api_key_path = <PATH>'. You can generate API keys in the OpenAI web interface. See https://platform.openai.com/account/api-keys for details.