Sean Bailey
Sean Bailey
> This is an ambitious project, but there is a lot of work to be done before it's complete. As you know, image search doesn't work in most engines, in...
I considered that! I was concerned about the limit of arguments in the get_tweets as it was either hashtag or user. How about this: Have two different arguments: "searchterm" and...
Perfect! I removed the separate search function as we discussed and integrated it in to the existing `get_tweets` functionality, adding a bit of error handling while preserving the previous API...
No camelCase? No problem! Switched it to underscore_case for extended variables (and to prevent a conflict with existing variable username)
> @sean-bailey could you add a test for this here - > > https://github.com/BerriAI/litellm/blob/713f5991b8528a311b878886a2c455e68d639077/litellm/tests/test_bedrock_completion.py#L4 > > Bonus if you can attach a screenshot of it working for you. > >...