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