CallSimpleAI
Description
//example of a thread
[
{'role':'user', 'content':'tell me a joke'},
{'role':'assistant', 'content':'why did the chicken cross the road'},
{'role':'user', 'content':'I dont know, why did the chicken cross the road'}
]Syntax
CallSimpleAI(yourMessage, temperature, threadId)Argument
Description
Returns
Example Implementation
Last updated