mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 16:28:46 +00:00
fix: remove claude messages immutability (fixes #707)
This commit is contained in:
parent
aeff12cb32
commit
9e979a055e
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ class ClaudeRequestFactory : BaseRequestFactory() {
|
|||
ClaudeCompletionStandardMessage("assistant", prevMessage.response)
|
||||
)
|
||||
}
|
||||
.toList()
|
||||
|
||||
when {
|
||||
callParameters.imageMediaType != null && callParameters.imageData.isNotEmpty() -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue