Emir Ayar

Results 10 comments of Emir Ayar

Congrats @agalauner-r7 great work! Can't wait to see this on the next release. Until the release, I plan to use the latest version the script file in this PR. Is...

The same here. The problem is, `generate_and_install_server_config_file()` loops `$SAVED_FILE` content to generate `$WG_TMP_CONF_FILE`. But `add_user()` doesn't add newly added user to `$SAVED_FILE`. Thus, the `$SAVED_FILE` remains empty. As a result,...

Hey @cncoder No need to change the schema. It just adds some attributes to DynamoDB document, not the primary key or sort key.

@krrishdholakia To ensure I understand correctly: I will create a new function (something like `test_completion_with_text_content_dictionaries_claude_3()` ) in the [litellm/litellm/tests/test_completion.py](https://github.com/BerriAI/litellm/blob/cdae08f3c30aeb83bff76bbe80c4584a325dbef5/litellm/tests/test_completion.py) file. Is that all I need to do? Or do I...

Thanks for the clarification. I will have time to finish this up by the end of the day.

Yes, it's also possible have it as a list. Some clients make calls in this format. (I'm not exactly sure why.) Check out this example: https://github.com/openai/openai-openapi/blob/a6aaddae428723201f8e295443332deff2a5c3ce/openapi.yaml#L145-L152

Yes, that's correct. There is no example provided with a list of assistant messages in text-content dictionaries. Again, some clients implement calls in this way, and OpenAI API responds to...