[Minor] Fix logger and style (#2325)

This commit is contained in:
Lianmin Zheng
2024-12-02 20:45:53 -08:00
committed by GitHub
parent 480e38a733
commit 3ddb1c4679
3 changed files with 16 additions and 9 deletions

View File

@@ -163,7 +163,6 @@ async def async_request_openai_completions(
"max_tokens": request_func_input.output_len,
"stream": not args.disable_stream,
"ignore_eos": not args.disable_ignore_eos,
"lora_path": request_func_input.lora_name,
**request_func_input.extra_request_body,
}
headers = {"Authorization": f"Bearer {os.environ.get('OPENAI_API_KEY')}"}