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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ Use this option for UI access to your generated knowledge that you can easily sh
119
119
4. Choose "Create a GPT"
120
120
5. Choose "Configure"
121
121
6. Under "Knowledge" choose "Upload a file" and upload the file you generated
122
+
7. if you get an error about the file being too large, you can try to split it into multiple files and upload them separately using the option maxFileSize in the config.ts file or also use tokenization to reduce the size of the file with the option maxTokens in the config.ts file
122
123
123
124

0 commit comments