Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable model / call timeouts #2

Closed
krrishdholakia opened this issue Jul 28, 2023 · 3 comments · Fixed by #8492
Closed

Enable model / call timeouts #2

krrishdholakia opened this issue Jul 28, 2023 · 3 comments · Fixed by #8492

Comments

@krrishdholakia
Copy link
Contributor

No description provided.

@ishaan-jaff
Copy link
Contributor

what is the expected behavior here ?

@krrishdholakia
Copy link
Contributor Author

Azure hangs so:

response = completion(model=model, messages=messages, azure=azure, set_timeout=45)

where set_timeout takes in a time input in seconds.

Nice to have: It also does feel weird to pass in azure = True. The way I modified this was by setting it to be llm_provider="azure"

@krrishdholakia
Copy link
Contributor Author

implemented in v0.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants