-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Release 2.7.0 #1540
Release 2.7.0 #1540
Conversation
Co-authored-by: Dirk Brand <51947788+dirkbrnd@users.noreply.github.com>
Co-authored-by: Dirk Brand <51947788+dirkbrnd@users.noreply.github.com>
…data into lumalabs-video-generation
…into hunyuan_video
…into hunyuan_video
…ahq/phidata into lumalabs-video-generation
…into lumalabs-video-generation
Add LumaLabs Video Generation
Ran into this issue when running the DALLE image agent on the playground. This happens on the 2nd run in the same session
|
Tried running the FAL video agent on the playground and on the 2nd run I got this error. Also on the 2nd run the video player of the first output stops streaming with a gray infinite loading state
|
…into release/2.7.0
* use-case-example-recipe-creator * fixed linting * fixed linting * added changes * directory name change * fixes * resolved comments * resolved comments * fixes * fixes * fix prompts and instructions --------- Co-authored-by: Manthan Gupta <manthangupta109@gmail.com>
improved Description section for clarity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about making changes to assistants folder as we are trying to phase it out
], | ||
markdown=True, | ||
debug_mode=True, | ||
add_history_to_messages=True, | ||
add_datetime_to_instructions=True, | ||
storage=SqlAgentStorage(table_name="image_agent", db_file="tmp/image_agent.db"), | ||
storage=SqlAgentStorage(table_name="image_agent", db_file=image_agent_storage_file), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep it in tmp
folder as we have it in .gitignore
name="Luma Video Agent", | ||
agent_id="luma-video-agent", | ||
llm=OpenAIChat(model="gpt-4o"), | ||
tools=[LumaLabTools()], # Using the LumaLab tool we created |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary comment here
import replicate | ||
from replicate.helpers import FileOutput |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can add # type: ignore
Description
Type of change
Please check the options that are relevant:
Checklist
Additional Notes
Include any deployment notes, performance implications, or other relevant information: