Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 501 Bytes

File metadata and controls

12 lines (8 loc) · 501 Bytes

Terminal coding agent with open weights LLMs

The idea is to use an open source coding agent (in case I don't get access to Codex or Claude or whatever) along with a free inference engine (maybe like Groq). Atleast for basic tasks and understanding codebases, this is required.

To install, just follow the website: https://opencode.ai/

curl -fsSL https://opencode.ai/install | bash

My use case is to connect it with either: a free cloud inference engine like Groq, or serve my own local LLM.