basith-ahmed / langchain-cli

LangChain CLI is a command-line tool that leverages LLMs to assist software developers in analyzing, enhancing, and fixing code. It provides functionalities such as initializing the project, analysing project files, adding new features, and fixing errors, all powered by the OpenAI API.
MIT License
0 stars 0 forks source link

#0002: Find cheaper alternatives to OpenAI API. #2

Open basith-ahmed opened 3 months ago

basith-ahmed commented 3 months ago

Currently, this program utilizes OpenAI's API, which, while effective, incurs significant costs. I am exploring alternative, cost-effective APIs, models, or web scraping methods to optimize expenses.

basith-ahmed commented 3 months ago

Planning to use a private LLM hosted in my Azure account.