mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 08:14:25 +01:00
anontation fix (#3018)
* anontation fix * fix param name and type --------- Co-authored-by: Richard Beales <rich@richbeales.net>
This commit is contained in:
@@ -265,9 +265,9 @@ class Config(metaclass=Singleton):
|
||||
"""Set the temperature value."""
|
||||
self.temperature = value
|
||||
|
||||
def set_memory_backend(self, value: int) -> None:
|
||||
"""Set the temperature value."""
|
||||
self.memory_backend = value
|
||||
def set_memory_backend(self, name: str) -> None:
|
||||
"""Set the memory backend name."""
|
||||
self.memory_backend = name
|
||||
|
||||
|
||||
def check_openai_api_key() -> None:
|
||||
|
||||
Reference in New Issue
Block a user