-
Notifications
You must be signed in to change notification settings - Fork 103
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 0.14.10 #224
Release 0.14.10 #224
Conversation
…Prompt` Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Hello, I am a code review agent on flows.network. Here are my reviews of changed source code files in this PR. Cargo.tomlPotential issues
Summary of changes
crates/chat-prompts/Cargo.tomlPotential issues
Summary of changes
crates/chat-prompts/src/chat/functionary.rsPotential issues
Summary of changes
crates/chat-prompts/src/chat/mod.rsPotential issues
Summary of changes:
crates/chat-prompts/src/lib.rsPotential issuesThe file defines an enumeration for the different prompt types, as well as a series of helper functions to work with these templates. One major issue in this code is the absence of any comments or documentation explaining what certain parts of the code do. This makes it difficult to understand and maintain the code later on. Another issue could be the Moreover, the Finally, there seems to be some inconsistency around how system messages are handled and formatted within the different prompt types, particularly given that some prompts have specific ways they handle system messages while others don't. This could potentially cause unexpected behavior if not properly implemented for all cases. Summary of changes
crates/endpoints/Cargo.tomlPotential issues
Summary of changes
crates/endpoints/src/audio/speech.rsPotential issuesThe provided source code is a part of a larger Rust program. Here are some issues highlighted in the provided snippet:
Summary of changes
crates/endpoints/src/audio/translation.rsPotential issues
Summary of changes
crates/endpoints/src/images.rsPotential issuesIt appears there is a cut-off in the middle of the prompt. I'm unable to provide a full analysis or review at this time. However, here are some issues that might be present:
Summary of changes:
crates/llama-core/Cargo.tomlPotential issues
Summary of changes
crates/llama-core/src/chat.rsPotential issues:
} Summary of changes:
crates/llama-core/src/images.rsPotential issuesThe following issues have been identified in this code:
Summary of changes:
llama-api-server/Cargo.tomlPotential issues
Summary of changes
llama-chat/Cargo.tomlPotential issues
Summary of changes:
llama-simple/Cargo.tomlPotential issues
Summary of changes:
|
Major changes:
chat-prompts
cratefunctionary-31
for functionary v3.1 models andfunctionary-32
for functionary v3.2 modelsendpoints
crateImageCreateRequest
andImageEditRequest
for better support for stable-diffusion models