This commit is contained in:
cybermaggedon 2025-03-18 23:40:31 +00:00 committed by GitHub
parent dd4a119f49
commit 1495666e65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ default_max_output = 4192
default_api = "2024-12-01-preview"
default_endpoint = os.getenv("AZURE_ENDPOINT", None)
default_token = os.getenv("AZURE_TOKEN", None)
default_modeel = os.getenv("AZURE_MODEL", None)
default_model = os.getenv("AZURE_MODEL", None)
class Processor(ConsumerProducer):