mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
cleanup
This commit is contained in:
parent
b6dcddefdf
commit
d77d8b7cd7
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ def completion(
|
|||
temperature=temperature, top_p=top_p, n=n, stream=stream, stop=stop, max_tokens=max_tokens,
|
||||
presence_penalty=presence_penalty, frequency_penalty=frequency_penalty, logit_bias=logit_bias, user=user
|
||||
)
|
||||
print_verbose(f"os environment variables: {os.environ}")
|
||||
if azure == True:
|
||||
# azure configs
|
||||
openai.api_type = "azure"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue