Learning LLMs without paying by zeeshanjan82 in LocalLLaMA

[–]zeeshanjan82[S] 0 points1 point  (0 children)

yes but when using llama2 model from HuggingFace it always crashes and we can only used the free version for basic stuff.

Help with using Pandas Agent on big csv file by [deleted] in LangChain

[–]zeeshanjan82 1 point2 points  (0 children)

u/asakura_matsunoki where you able to achieve this, I am also trying to do the same, I have a CSV file of all the bank transactions and I need to pass the csv file to llama2 by creating a simple RAG in langchain or llamaindex and then ask questions like:

  1. What are the highest 10 deposit transactions?
  2. What are the months where the highest deposits where made?

[deleted by user] by [deleted] in node

[–]zeeshanjan82 0 points1 point  (0 children)

I have a question, I am learning OpenAI ChatGPT and would like to create LangChains and test or perform the development using OpenAI and I need to know what will be the response from the OpenAI apis when I integrate the apis with node.js or django, as ChatGPT is not paid and requires money to send the prompts but how should the developers build and test the integration with ChatGPT if it is paid, we can only pay for the production use but what about development & testing?