Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved default values down to Configuration which is lowest level, not Config #126

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

HowieG
Copy link
Contributor

@HowieG HowieG commented Mar 28, 2024

📥 Pull Request

📘 Description
Moved default values down to Configuration which is lowest level, not Config

🎯 Goal
Move default setting closest to where it's used

🔍 Additional Context
You can't set defaults in init using a function e.g. environ.get(...)

🧪 Testing
Ran openai test handler v1

@HowieG HowieG requested review from bboynton97 and siyangqiu March 28, 2024 08:31
Copy link
Contributor Author

@HowieG HowieG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@siyangqiu siyangqiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nits, but great!

agentops/client.py Show resolved Hide resolved
agentops/meta_client.py Show resolved Hide resolved
agentops/client.py Outdated Show resolved Hide resolved
@HowieG HowieG merged commit b4fdc1c into main Mar 28, 2024
1 check passed
@HowieG HowieG deleted the eng-130-configuration-default branch March 28, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants