From 584c31273cddb4b7423654f087a9b27c3e95435c Mon Sep 17 00:00:00 2001 From: avanteijlingen <57176642+avanteijlingen@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:38:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2c52a6..58fa16b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ chem_model = ChemCrow(model="gpt-4-0613", temp=0.1, verbose=True) chem_model.run("What is the molecular weight of tylenol?") ``` -### Running on a local machine +### 💻 Running on a local machine You can also use the program by loading a LlamaCpp (.gguf) or GPT4ALL (.bin) model as the LLM instead of using the OpenAI API.