Skip to content

Commit

Permalink
couple other things broke
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio committed Apr 14, 2023
1 parent 9cd4185 commit a6928c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions autogpt/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError
from autogpt.web import browse_website
from autogpt.config import Config

cfg = Config()

Expand Down
2 changes: 1 addition & 1 deletion autogpt/memory/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import uuid
import datetime
import chromadb
from memory.base import MemoryProviderSingleton, get_embedding
from autogpt.memory.base import MemoryProviderSingleton, get_embedding
from chromadb.errors import NoIndexException

class LocalCache(MemoryProviderSingleton):
Expand Down

0 comments on commit a6928c2

Please sign in to comment.