ecohealthalliance / ehallm

What the Package Does (Title Case)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EHA Large Language Model (LLM) resources

Installation

Dependencies

ehallm depends on a fork of the openai r package to enable function calling. As of January 2024 function calling is still not available in the main openai package. The appropriate fork can be installed using the following command:

if (!require(remotes)) install.packages("remotes")
remotes::install_github("nhardtskim/openai")

ehallm package

Resources

Prompt Engineering

About

What the Package Does (Title Case)


Languages

Language:R 100.0%