langgg0511
langgg0511
### What happened? ``` def tesy_async_acompletion(): litellm.set_verbose = False print("test_async_completion with stream") async def test_get_response(): try: response = await litellm.acompletion( model="azure/gpt-35-turbo-1106", messages=[{"role": "user", "content": "say 1"}], temperature=0, top_p=1, stream=True, max_tokens=512,...
### Describe the bug ``` ERROR:backoff:Giving up execute_task_with_backoff(...) after 3 tries (langfuse.request.APIErrors: [Langfuse] Authentication error (401): Access denied for trace creation clqbo8nxp00ggdzylmpz397p0 , Authentication error (401): Access denied for trace...
### What happened? When I save the settings in the Router Settings on the UI page, the updated configuration in the YAML file will not be used. For example, if...