mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-07-28 05:00:38 +03:00
refactor: add type hints to function signatures across multiple files
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import orjson
|
||||
|
||||
|
||||
class StreamLLMService:
|
||||
def __init__(self, base_url: str = "http://localhost:11434/v1"):
|
||||
def __init__(self, base_url: str = "http://localhost:11434/v1") -> None:
|
||||
self.base_url = base_url
|
||||
self.model = "llama3.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user