-
Notifications
You must be signed in to change notification settings - Fork 8
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
Generalize perplexity logic for streaming end detection across OpenAI compatible models #286
Conversation
|
||
return { | ||
"base_url": request.param["base_url"], | ||
"api_key": request.param["api_key"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I avoided using os.environ.get(request.param["api_key"])
in the fixture. When a test is failed and the api key is loaded in the fixture, the pytest report will print out the api keys.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f84d971
to
8ecd202
Compare
be1950a
to
eda5b26
Compare
No description provided.