Skip to content

Commit

Permalink
default_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Aug 15, 2024
1 parent ad41cf4 commit 47fd0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core_manual_tests/time_travel.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
load_dotenv()
client = OpenAI()

agentops.init(tags=["TTD Test", openai.__version__])
agentops.init(default_tags=["TTD Test", openai.__version__])

try:
chat_completion_1 = client.chat.completions.create(
Expand Down

0 comments on commit 47fd0f1

Please sign in to comment.