Project

simple_llm

0.0
The project is in a healthy, maintained state
common wrapper for all LLM providers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme
require "simple_llm"
project_id, key_id, key = File.read("secret").split
llm = SimpleLLM::Yandex::Sync.new
pp llm.call project_id, key, "привет", instructions: "отвечай на китайском"

# => "你好!"