Fix init to accept kwargs
This commit is contained in:
4
hello.py
4
hello.py
@@ -1,6 +1,8 @@
|
|||||||
from modaic import PrecompiledAgent, PrecompiledConfig
|
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
from modaic import PrecompiledAgent, PrecompiledConfig
|
||||||
|
import weaviate
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
class EchoConfig(PrecompiledConfig):
|
class EchoConfig(PrecompiledConfig):
|
||||||
|
|||||||
Reference in New Issue
Block a user