summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Aichat.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Join the messageshs_junxiang2023-09-041-4/+2
| | | | | A better approach is to use the `.join()` method of strings, which reduces string concatenation operations and improves performance. Additionally, using formatted strings (f-strings) makes the code cleaner and more readable.
* ~ | code stylingabc2023-08-271-6/+4
|
* set encoding and temperaturezengrr2023-08-221-2/+4
|
* refactor: refactor providerMIDORIBIN2023-08-141-0/+55