From ed1e059ca3f5cb9cd2c5a971306c35a3e919b848 Mon Sep 17 00:00:00 2001 From: mahaloz Date: Wed, 4 Dec 2024 22:38:27 -1000 Subject: [PATCH] bump and add new endpoint use info --- README.md | 2 ++ dailalib/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df3af0..746fda2 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ As an example, to use the OpenAI API, you must have an OpenAI API key. If your decompiler does not have access to the `OPENAI_API_KEY` environment variable, then you must use the decompiler option from DAILA to set the API key. +In `Settings`, you can also add/use any OpenAI-based LLM endpoint, like using Llama2. + Currently, DAILA supports the following prompts: - Summarize a function - Rename variables diff --git a/dailalib/__init__.py b/dailalib/__init__.py index fd79059..aedc588 100644 --- a/dailalib/__init__.py +++ b/dailalib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.14.0" +__version__ = "3.15.0" import os # stop LiteLLM from querying at all to the remote server