Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed May 7, 2024
1 parent 8846fe4 commit 14daa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/chat_main_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ func (h *ChatHandler) chatStreamClaude3(w http.ResponseWriter, chatSession sqlc_
messages = messagesToOpenAIMesages(chat_compeletion_messages[1:])
} else {
// only system message, return and do nothing
RespondWithError(w, http.StatusInternalServerError, "clause_system_message_notice", err)
RespondWithError(w, http.StatusInternalServerError, "error.claude_system_message_notice", err)
return "", "", true
}
// create the json data
Expand Down

0 comments on commit 14daa29

Please sign in to comment.