HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SimFG

no profile record

Submissions

Ask HN: How can ChatGPT be effectively utilized in the work

1 points·by SimFG·3 anni fa·0 comments

LLMs on a Budget: Cutting Costs and Amplifying Results with GPTCache

medium.com
1 points·by SimFG·3 anni fa·1 comments

Ask HN: Is LLM caching necessary?

3 points·by SimFG·3 anni fa·1 comments

How to better configure your LLM cache

gptcache.readthedocs.io
1 points·by SimFG·3 anni fa·1 comments

A Strange Thought: New StackOverflow?

3 points·by SimFG·3 anni fa·7 comments

Show HN: Make you feel free to use ALL ChatGPT applications

github.com
4 points·by SimFG·3 anni fa·0 comments

Limited budget or machine resources, how to achieve a decent LLM experience?

github.com
2 points·by SimFG·3 anni fa·1 comments

Ask HN: Is it appropriate to use a semantic cache in Microsoft Guidance?

github.com
1 points·by SimFG·3 anni fa·0 comments

How GPTCache works with llama index

github.com
5 points·by SimFG·3 anni fa·1 comments

comments

SimFG
·3 anni fa·discuss
Thanks Shivansh for his article
SimFG
·3 anni fa·discuss
Lior's tweet: https://twitter.com/AlphaSignalAI/status/1677348799801425920

You can cut your GPT API expenses by 50% through caching using LangChain and GPTCache.

You will also benefit from significant response time increase and API rate limit restrictions.
SimFG
·3 anni fa·discuss
Maybe [GPTCache](https://github.com/zilliztech/GPTCache) can make it more attractive, because similar problems can be less expensive, and can also be responded to faster. Of course, the specific configuration needs to be based on real usage scenarios.
SimFG
·3 anni fa·discuss
At present, we have started applying GPT cache to online products. According to existing data, the effect is good. In fact, it can also be found that some LLM products actually have caching capabilities, such as Github Copilot. However, the cache required by different products varies, and the caching mechanism is worth noting.
SimFG
·3 anni fa·discuss
Maybe users can discuss about llm output? The question asker can have LLM reproduce the results based on the discussion.

Of course, there are many user-related issues involved.
SimFG
·3 anni fa·discuss
Cool, I prefer the OpenAI-Compatible api. Although this is not very technically difficult, it is really intimate, because it make me feel free to use all ChatGPT applications.
SimFG
·3 anni fa·discuss
Looks great! I'm planning to integrate it into my new project(to-chatgpt: https://github.com/SimFG/to-chatgpt), which will provide users of the ChatGPT applications with a wider range of LLM service options.
SimFG
·3 anni fa·discuss
GPT3.5 answer: If you have limited budget or machine resources, there are several ways to obtain a good large-scale model experience:

1. Pretrained Models: You can use pre-trained models that have already been trained on large datasets. These models are available for free and can be fine-tuned on your specific task with limited computational resources.

2. Transfer Learning: Transfer learning can be used to leverage the knowledge of pre-trained models for your specific task. You can use a pre-trained model as a starting point and fine-tune it on your data to obtain good results.

3. Data Augmentation: Data augmentation techniques can be used to increase the size of your training data. This can help in improving the performance of your model without requiring additional computational resources.

4. Model Compression: Model compression techniques can be used to reduce the size of your model without losing much accuracy. This can help in improving the efficiency of your model and reducing computational resources.

5. Cloud Computing: Cloud computing services like AWS, Google Cloud, and Microsoft Azure provide access to high-performance computing resources at affordable prices. You can use these services to train your models on large datasets with limited computational resources.

Overall, with careful planning and thoughtful use of available resources, it is possible to obtain a good large-scale model experience even with limited budget or machine resources.
SimFG
·3 anni fa·discuss
Sometime, the girlfriend may be busy, need a GPTCache to ease visit stress. :}
SimFG
·3 anni fa·discuss
Maybe GPTCache can reduce the count of llm request for lower cost. detail: https://github.com/zilliztech/GPTCache
SimFG
·3 anni fa·discuss
Someone recently asked me about how GPTCache works with llama index. We've added a new example to our latest documentation, which demonstrates webpage QA. We welcome your feedback if you encounter any issues using GPTCache.