When I began my arcode project in an empty directory, I was getting this error:
LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'.
litellm.BadRequestError: AnthropicException - b'{"type":"error","error":{"type":"invalid_request_error","message":"messages: text content blocks must be non-empty"}}'
This continued to happen until I generated a README.md file, at which point Arcode worked as expected