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

Add environment variable loading in moondream-chatbot demo. #1062

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MarshalXu
Copy link

Please describe the changes in your PR. If it is addressing an issue, please reference that as well.

@markbackman
Copy link
Contributor

This looks good, but it looks like you don't have a linter or precommits set up. Please set up either then push an update:

@markbackman markbackman self-requested a review January 22, 2025 13:34
@@ -30,6 +30,7 @@
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
from pipecat.processors.transcript_processor import TranscriptProcessor
from pipecat.services.azure import AzureSTTService, AzureTTSService
Copy link
Contributor

Choose a reason for hiding this comment

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

The changes in this file look like they snuck in. Can you keep the scope to the translation demo?

@@ -24,7 +26,7 @@
daily_helpers = {}


def cleanup():
def cleanup(): # noqa: D103
Copy link
Contributor

Choose a reason for hiding this comment

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

Docstrings aren't required by the linter. Can you remove the # noqa: D103 comments?

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