This commit is contained in:
2025-02-18 21:41:54 +01:00
parent 9fc794d3ed
commit fe5a39a40c

View File

@@ -112,6 +112,8 @@ def get_completion(message: str):
]
)
logger.info(f"Got completion: {completion}")
return completion.choices[0].message.content