Skip to content

Commit

Permalink
Add debug print for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Nov 28, 2023
1 parent f9390cf commit 4e7cc06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/lib_integration/openai/test_openai_autologger.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def comet_setup():
@pytest.mark.forked
def test_openai_autologger__chain_exists__openai_call_was_made__openai_call_added_to_chain_as_node(comet_setup):
import openai

print("!!!!!!!!!!!!!!!!!!!!!!!!!", os.environ["OPENAI_API_KEY"][:5], os.environ["OPENAI_ORG_ID"][:5])

comet_llm.start_chain(
inputs={"any-name": "any-input"},
metadata={"a": 123},
Expand Down

0 comments on commit 4e7cc06

Please sign in to comment.