Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blazickjp committed Apr 22, 2024
1 parent a04ceb1 commit 844f8ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions backend/memory/memory_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
from datetime import datetime
from dotenv import load_dotenv
from memory.system_prompt_handler import SystemPromptHandler
from pydantic import BaseModel, Field
import instructor
from instructor import OpenAISchema
from openai import OpenAI, AsyncOpenAI
import logging
from openai import AsyncOpenAI
from memory.working_context import WorkingContext

CLIENT = instructor.patch(AsyncOpenAI())
Expand Down
3 changes: 0 additions & 3 deletions backend/tests/test_memory_manager.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from typing import Iterable
import unittest
from unittest.mock import Mock
from unittest.mock import MagicMock, mock_open, patch, call
import asyncio
from memory.memory_manager import MemoryManager


Expand Down

0 comments on commit 844f8ac

Please sign in to comment.