|
|
|
|
|
by alphadog
1177 days ago
|
|
Congrats on the launch! I'm testing it now and are excited about it. I've tried few similar solutions in the past few days but they were buggy and not as feature rich as your solution. I do have a few questions: - What's the differences between Assistant and Chat mode? - If I have GPT4 access is there anyway I can insert my API key and use it with your app? I assume you're using 3.5 turbo. - What toolchain are you using for splitting / chunking? |
|
- Nothing as of right now! Just an interface. I don't think I implemented snippets yet for Chat mode though - Not yet, although I plan to introduce this. I found that GPT4 is a little slow right now, and much more expensive, but it'll be awesome to enable this for users, then I could charge even less. - I recommend langchain, it's one of the few things that I didn't modify for my use case on their library.