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

[CM-8224] replace comet api client usage in log user feedback #84

Merged

Conversation

jynx10
Copy link
Contributor

@jynx10 jynx10 commented Oct 10, 2023

No description provided.

@@ -22,7 +22,7 @@

@dataclasses.dataclass
class ExperimentInfo:
api_key: Optional[str]
api_key: str
Copy link
Collaborator

Choose a reason for hiding this comment

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

Keep it Optional, I needed that while working on openai integration.

api_key_not_found_message=logging_messages.API_KEY_NOT_FOUND_MESSAGE
% "log_user_feedback",
)
experiment_api = ExperimentAPI.from_existing_id(id, info.api_key)
Copy link
Collaborator

Choose a reason for hiding this comment

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

load_metadata=False

@alexkuzmik
Copy link
Collaborator

Will be merged after the issue with metrics is fixed on the backend.

@alexkuzmik alexkuzmik merged commit 9b7bb08 into main Nov 6, 2023
13 checks passed
@jynx10 jynx10 deleted the CM-8224_replace_comet_api_client_usage_in_log_user_feedback branch November 6, 2023 16:33
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.

3 participants