Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit f712dae

Browse files
committed
refactor: client.py to async_core.py
1 parent 9505971 commit f712dae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gemini/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2024 Daniel Park, Antonio Cheang, MIT License
22
from os import environ
3-
from .client import GeminiClient
3+
from .async_core import GeminiClient
44
from .core import Gemini
55
from .src.model.image import GeminiImage
66
from .src.model.output import GeminiCandidate, GeminiModelOutput
File renamed without changes.

0 commit comments

Comments
 (0)