Skip to content

Commit

Permalink
Fixes missing UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel committed Jul 23, 2024
1 parent a237358 commit 3330c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dialog/llm/agents/default.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import asyncio
import logging
from uuid import uuid4

from langchain.chains.llm import LLMChain
from langchain.memory import ConversationBufferWindowMemory
Expand Down

0 comments on commit 3330c0e

Please sign in to comment.