saliksik

Results 18 comments of saliksik

Clarification Question: I can fork this app and build on top of it but it needs to be Open Source right? Do I need permission from you? or it just...

I believe that it may be out of scope for the current focus of the project, which is to provide an easy-to-use chat platform with AI-powered capabilities that do not...

Up! I also encountered similar issues using Cloudflare. Hope this can be fix.

Hello, Thank you for your response and for providing a possible solution to protect the API key. I appreciate your suggestion of using a proxy server and pointing the VITE_CUSTOM_API_ENDPOINT...

> Given every new account on Open AI is given a $18 free trial, it should be possible for people share their API keys to with the project. As per...

This is cool. If we can count the tokens being generated by the user, we can use it to allow a certain amount of tokens to be consumed by the...

@ayaka14732 I just notice this right now, OpenAI API responded with: { "error": { "message": "Rate limit reached for default-gpt-3.5-turbo in organization org-************************ on requests per min. Limit: 20 /...

> [@dqbd/tiktoken](https://github.com/dqbd/tiktoken) is not a pure js library and therefore not suitable for frontend How about the [gpt3-tokenizer](https://github.com/botisan-ai/gpt3-tokenizer)?

> From what I gather, ChatGPTFree sends the complete chat history to the API, albeit with a limit of 4090 tokens, resulting in truncation of some data to create space...