Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BRama10 committed Nov 20, 2024
1 parent 78df6f3 commit 05f4b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aios/hooks/stores/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ def addProcess(p: Future, pi: str) -> None:

def clearProcesses() -> None:
AGENT_PROCESSES.clear()

def addId
2 changes: 1 addition & 1 deletion aios/llm_core/cores/api/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from aios.utils.utils import get_from_env

from pyopenagi.utils.chat_template import Response
from cerebrum.llm.communication import Response


class GeminiLLM(BaseLLM):
Expand Down

0 comments on commit 05f4b44

Please sign in to comment.