fix: bug fix
This commit is contained in:
@@ -104,7 +104,6 @@ export const Playground = () => {
|
||||
const lastUsedPrompt = await getLastUsedChatSystemPrompt(
|
||||
recentChat.history.id
|
||||
)
|
||||
console.log("lastUsedPrompt", lastUsedPrompt)
|
||||
if (lastUsedPrompt) {
|
||||
if (lastUsedPrompt.prompt_id) {
|
||||
const prompt = await getPromptById(lastUsedPrompt.prompt_id)
|
||||
|
||||
Reference in New Issue
Block a user