You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send a fairly large batch of file content to grok with this API so that he can analyze certain things.
I created a parser/splitter of all my project files to create batches to send. My code works, however, I have to send several messages but Grok considers each message as a new discussion.
I saw the possible use of mem0 but I don't really know if that could help.
What I would like to do is to be able to send 23 messages in a row in the same discussion, then to be able to discuss with grok the overall content of the project and if possible to not have to send it to him each time he requests a code evaluation.
Can you tell me if this is possible with mem0 or to get any other solution?
ty
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to send a fairly large batch of file content to grok with this API so that he can analyze certain things.
I created a parser/splitter of all my project files to create batches to send. My code works, however, I have to send several messages but Grok considers each message as a new discussion.
I saw the possible use of mem0 but I don't really know if that could help.
What I would like to do is to be able to send 23 messages in a row in the same discussion, then to be able to discuss with grok the overall content of the project and if possible to not have to send it to him each time he requests a code evaluation.
Can you tell me if this is possible with mem0 or to get any other solution?
ty
The text was updated successfully, but these errors were encountered: