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

fix: temp disable stream tokens #2189

Merged
merged 2 commits into from
Dec 7, 2024
Merged

fix: temp disable stream tokens #2189

merged 2 commits into from
Dec 7, 2024

Conversation

cpacker
Copy link
Collaborator

@cpacker cpacker commented Dec 7, 2024

Please describe the purpose of this pull request.
Is it to add a new feature? Is it to fix a bug?

How to test
How can we test your PR during review? What commands should we run? What outcomes should we expect?

Have you tested this PR?
Have you tested the latest commit on the PR? If so please provide outputs from your tests.

Related issues or PRs
Please link any related GitHub issues or PRs.

Is your PR over 500 lines of code?
If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length.

Additional context
Add any other context or screenshots about the PR here.

@cpacker cpacker changed the title fix: misc fixes for llama3 fix: temp disable stream tokens Dec 7, 2024
@@ -33,7 +33,7 @@ def __init__(self, settings):
def get_or_create_default_sandbox_config(self, sandbox_type: SandboxType, actor: PydanticUser) -> PydanticSandboxConfig:
sandbox_config = self.get_sandbox_config_by_type(sandbox_type, actor=actor)
if not sandbox_config:
logger.info(f"Creating new sandbox config of type {sandbox_type}, none found for organization {actor.organization_id}.")
logger.debug(f"Creating new sandbox config of type {sandbox_type}, none found for organization {actor.organization_id}.")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this was polluting letta run

@cpacker cpacker merged commit 3ee3793 into main Dec 7, 2024
33 of 34 checks passed
@cpacker cpacker deleted the llama-33-misc branch December 7, 2024 20:52
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.

1 participant