Skip to content

Commit

Permalink
Update Chat_Functions.py
Browse files Browse the repository at this point in the history
Remove full API key debug statement in ‘chat()’
  • Loading branch information
rmusser01 authored Jan 5, 2025
1 parent fc950a8 commit 8c2484a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App_Function_Libraries/Chat/Chat_Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def chat_api_call(api_endpoint, api_key, input_data, prompt, temp, system_messag
model = None
try:
logging.info(f"Debug - Chat API Call - API Endpoint: {api_endpoint}")
logging.info(f"Debug - Chat API Call - API Key: {api_key}")
logging.info(f"Debug - Chat chat_api_call - API Endpoint: {api_endpoint}")
if api_endpoint.lower() == 'openai':
response = chat_with_openai(api_key, input_data, prompt, temp, system_message, streaming, minp, maxp, model)
Expand Down

0 comments on commit 8c2484a

Please sign in to comment.