File size: 108 Bytes
f0f4f2b |
1 2 3 4 5 |
def generation(message):
# todo : complete the generation function with target LLM
return None
|
f0f4f2b |
1 2 3 4 5 |
def generation(message):
# todo : complete the generation function with target LLM
return None
|