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
You could implement in local documents a way for txt creation or otherwise a text document. As it would come in handy in various occasions, examples:
Correct me errors in my article (so it creates a copy and/or overwrites the file I gave it)
Translate the first word of each line into German for me.
Just translate for me the words in quotes.
I have pairs of words in quotes followed by a comma, just translate the second word for me
Implement the XYZ function in my python script.
Implements the XYZ function based on the software sources I gave you (so edit all the necessary files)
In such a way that it also solves the text length problem, and then processes the entire document put under consideration.
For example for the complete translation of a document it can safely process sentence by sentence,
then in the GUI write: I have finished processing the document look at the file abc.txt
For translations I was trying the model “X-ALMA-13B-Pretrain.Q4_K_M.gguf” which is very interesting.
The text was updated successfully, but these errors were encountered:
Hi, first of all congratulations on this project.
You could implement in local documents a way for txt creation or otherwise a text document. As it would come in handy in various occasions, examples:
In such a way that it also solves the text length problem, and then processes the entire document put under consideration.
For example for the complete translation of a document it can safely process sentence by sentence,
then in the GUI write: I have finished processing the document look at the file abc.txt
For translations I was trying the model “X-ALMA-13B-Pretrain.Q4_K_M.gguf” which is very interesting.
The text was updated successfully, but these errors were encountered: